]> git.jsancho.org Git - lugaru.git/commitdiff
Maybe fix some MSVC build issues.
authorRyan C. Gordon <icculus@icculus.org>
Fri, 14 May 2010 15:46:59 +0000 (11:46 -0400)
committerRyan C. Gordon <icculus@icculus.org>
Fri, 14 May 2010 15:46:59 +0000 (11:46 -0400)
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
+