jconfig.h
上传用户:hmc_gdtv
上传日期:2013-08-04
资源大小:798k
文件大小:1k
源码类别:

Windows Mobile

开发平台:

Visual C++

  1. /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */
  2. /* see jconfig.doc for explanations */
  3. #define HAVE_PROTOTYPES
  4. #define HAVE_UNSIGNED_CHAR
  5. #define HAVE_UNSIGNED_SHORT
  6. /* #define void char */
  7. /* #define const */
  8. #undef CHAR_IS_UNSIGNED
  9. #undef HAVE_STDDEF_H
  10. #define HAVE_STDLIB_H
  11. #undef NEED_BSD_STRINGS
  12. #undef NEED_SYS_TYPES_H
  13. #undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */
  14. #undef NEED_SHORT_EXTERNAL_NAMES
  15. #undef INCOMPLETE_TYPES_BROKEN
  16. #define NO_GETENV
  17. /* Define "boolean" as unsigned char, not int, per Windows custom */
  18. #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
  19. typedef unsigned char boolean;
  20. #endif
  21. #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
  22. #ifdef JPEG_INTERNALS
  23. #undef RIGHT_SHIFT_IS_UNSIGNED
  24. #endif /* JPEG_INTERNALS */
  25. #ifdef JPEG_CJPEG_DJPEG
  26. #undef BMP_SUPPORTED /* BMP image file format */
  27. #undef GIF_SUPPORTED /* GIF image file format */
  28. #undef PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  29. #undef RLE_SUPPORTED /* Utah RLE image file format */
  30. #undef TARGA_SUPPORTED /* Targa image file format */
  31. #define TWO_FILE_COMMANDLINE /* optional */
  32. #define USE_SETMODE /* Microsoft has setmode() */
  33. #undef NEED_SIGNAL_CATCHER
  34. #undef DONT_USE_B_MODE
  35. #undef PROGRESS_REPORT /* optional */
  36. #endif /* JPEG_CJPEG_DJPEG */