]> git.jsancho.org Git - lugaru.git/blobdiff - Dependencies/libjpeg/jconfig.h
Fix error on forcing inclusion of OpenGL headers on Windows
[lugaru.git] / Dependencies / libjpeg / jconfig.h
index 76dc3f58be518835b161fae121b63e92f9333bf3..434f1ece1752737abbb50dbc31c786ecd5dbcb89 100644 (file)
@@ -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
+