X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Dependencies%2Flibjpeg%2Fjconfig.h;h=0dc5ad632eaad61b9af1cc6b16d7f9eda3eaaa61;hb=7f163bd6e10df1c2f03756d550ed6ca4278577f8;hp=f09fd96042781f700f9a462f564aca1ac5acd8bc;hpb=79b5064ce9bf996395b8605691b09bcdbf503d2a;p=lugaru.git diff --git a/Dependencies/libjpeg/jconfig.h b/Dependencies/libjpeg/jconfig.h index f09fd96..0dc5ad6 100644 --- a/Dependencies/libjpeg/jconfig.h +++ b/Dependencies/libjpeg/jconfig.h @@ -1,13 +1,9 @@ #define HAVE_PROTOTYPES #define HAVE_STDDEF_H #define HAVE_STDLIB_H -#define NEED_BSD_STRINGS +/* #define NEED_BSD_STRINGS -- causes fail on Win32 */ #define NEED_SYS_TYPES_H -#ifdef JPEG_INTERNALS -#define INLINE inline -#endif /* JPEG_INTERNALS */ - #ifdef JPEG_CJPEG_DJPEG #define BMP_SUPPORTED /* BMP image file format */ #define GIF_SUPPORTED /* GIF image file format */ @@ -16,3 +12,5 @@ #define TARGA_SUPPORTED /* Targa image file format */ #endif /* JPEG_CJPEG_DJPEG */ +#define HAVE_UNSIGNED_CHAR +#define HAVE_UNSIGNED_SHORT