From edb780b4e79e8138f92d73460cc1bd08fd505821 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Mon, 6 Jun 2011 21:15:42 +0000 Subject: - Adapt MSVC project files to new libjpeg, fix by Guillaume Bougard and cyrri - add tr_model_iqm.c to MSVC project, by cyrri --- src/jpeg-8c/jconfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/jpeg-8c/jconfig.h b/src/jpeg-8c/jconfig.h index ee83f412..248d6d0f 100644 --- a/src/jpeg-8c/jconfig.h +++ b/src/jpeg-8c/jconfig.h @@ -31,7 +31,11 @@ typedef unsigned char boolean; #endif /* #undef RIGHT_SHIFT_IS_UNSIGNED */ +#ifdef _MSC_VER +#define INLINE __inline +#else #define INLINE __inline__ +#endif /* These are for configuring the JPEG memory manager. */ /* #undef DEFAULT_MAX_MEM */ /* #undef NO_MKTEMP */ -- cgit