]> git.jsancho.org Git - lugaru.git/commitdiff
Do not define INLINE in custom config for libjpeg
authorAlexander Monakov <amonakov@gmail.com>
Thu, 5 May 2011 03:59:27 +0000 (07:59 +0400)
committerAlexander Monakov <amonakov@gmail.com>
Thu, 5 May 2011 03:59:27 +0000 (07:59 +0400)
Dependencies/libjpeg/jconfig.h

index 434f1ece1752737abbb50dbc31c786ecd5dbcb89..3700728843f7294e054fcc763803c59022e17fac 100644 (file)
@@ -4,10 +4,6 @@
 /* #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,9 +12,3 @@
 #define TARGA_SUPPORTED                /* Targa image file format */
 #endif /* JPEG_CJPEG_DJPEG */
 
-#ifdef _MSC_VER
-#ifndef INLINE
-#define INLINE __inline__
-#endif
-#endif
-