]> git.jsancho.org Git - lugaru.git/blobdiff - Dependencies/libjpeg/jconfig.h
Remove more commented-out code. Out of sight, out of mind
[lugaru.git] / Dependencies / libjpeg / jconfig.h
index f09fd96042781f700f9a462f564aca1ac5acd8bc..434f1ece1752737abbb50dbc31c786ecd5dbcb89 100644 (file)
@@ -1,7 +1,7 @@
 #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
@@ -16,3 +16,9 @@
 #define TARGA_SUPPORTED                /* Targa image file format */
 #endif /* JPEG_CJPEG_DJPEG */
 
+#ifdef _MSC_VER
+#ifndef INLINE
+#define INLINE __inline__
+#endif
+#endif
+