Path: blob/master/external/source/vncdll/winvnc/libjpeg/jconfig.h
24763 views
/* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */1/* see jconfig.doc for explanations */23typedef short INT16;4typedef int INT32;56#define HAVE_PROTOTYPES7#define HAVE_UNSIGNED_CHAR8#define HAVE_UNSIGNED_SHORT9/* #define void char */10/* #define const */11#undef CHAR_IS_UNSIGNED12#define HAVE_STDDEF_H13#define HAVE_STDLIB_H14#undef NEED_BSD_STRINGS15#undef NEED_SYS_TYPES_H16#undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */17#undef NEED_SHORT_EXTERNAL_NAMES18#undef INCOMPLETE_TYPES_BROKEN1920/* Define "boolean" as unsigned char, not int, per Windows custom */21#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */22typedef unsigned char boolean;23#endif24#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */252627#ifdef JPEG_INTERNALS2829#undef RIGHT_SHIFT_IS_UNSIGNED3031#endif /* JPEG_INTERNALS */3233#ifdef JPEG_CJPEG_DJPEG3435#define BMP_SUPPORTED /* BMP image file format */36#define GIF_SUPPORTED /* GIF image file format */37#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */38#undef RLE_SUPPORTED /* Utah RLE image file format */39#define TARGA_SUPPORTED /* Targa image file format */4041#define TWO_FILE_COMMANDLINE /* optional */42#define USE_SETMODE /* Microsoft has setmode() */43#undef NEED_SIGNAL_CATCHER44#undef DONT_USE_B_MODE45#undef PROGRESS_REPORT /* optional */4647#endif /* JPEG_CJPEG_DJPEG */484950