/* Include files for NT */ /* This file is not part of the libtiff library It was added by Mike Childs on 1/27/97 */ #ifndef _NT_INCLUDE_H_ #define _NT_INCLUDE_H_ #define u_long unsigned long #define u_int unsigned int #define u_short unsigned short #define u_char unsigned char #endif