From 85009a1b35365f3a178b36b3aa5374c27581b312 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Thu, 5 May 2011 07:59:27 +0400 Subject: [PATCH] Do not define INLINE in custom config for libjpeg --- Dependencies/libjpeg/jconfig.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Dependencies/libjpeg/jconfig.h b/Dependencies/libjpeg/jconfig.h index 434f1ec..3700728 100644 --- a/Dependencies/libjpeg/jconfig.h +++ b/Dependencies/libjpeg/jconfig.h @@ -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 - -- 2.39.2