Eneboo - Documentación para desarrolladores
|
00001 /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */ 00002 /* see jconfig.doc for explanations */ 00003 00004 #define HAVE_PROTOTYPES 00005 #define HAVE_UNSIGNED_CHAR 00006 #define HAVE_UNSIGNED_SHORT 00007 /* #define void char */ 00008 /* #define const */ 00009 #undef CHAR_IS_UNSIGNED 00010 #define HAVE_STDDEF_H 00011 #define HAVE_STDLIB_H 00012 #undef NEED_BSD_STRINGS 00013 #undef NEED_SYS_TYPES_H 00014 #undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */ 00015 #undef NEED_SHORT_EXTERNAL_NAMES 00016 #undef INCOMPLETE_TYPES_BROKEN 00017 00018 #if defined(_WIN32) 00019 /* Define "boolean" as unsigned char, not int, per Windows custom */ 00020 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */ 00021 typedef unsigned char boolean; 00022 #endif 00023 #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */ 00024 #endif 00025 00026 00027 #ifdef JPEG_INTERNALS 00028 00029 #undef RIGHT_SHIFT_IS_UNSIGNED 00030 00031 #endif /* JPEG_INTERNALS */ 00032 00033 #ifdef JPEG_CJPEG_DJPEG 00034 00035 #define BMP_SUPPORTED /* BMP image file format */ 00036 #define GIF_SUPPORTED /* GIF image file format */ 00037 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 00038 #undef RLE_SUPPORTED /* Utah RLE image file format */ 00039 #define TARGA_SUPPORTED /* Targa image file format */ 00040 00041 #define TWO_FILE_COMMANDLINE /* optional */ 00042 #define USE_SETMODE /* Microsoft has setmode() */ 00043 #undef NEED_SIGNAL_CATCHER 00044 #undef DONT_USE_B_MODE 00045 #undef PROGRESS_REPORT /* optional */ 00046 00047 #endif /* JPEG_CJPEG_DJPEG */