summaryrefslogtreecommitdiff
path: root/src/jpeg-8c
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-06-06 21:15:42 +0000
committerTim Angus <tim@ngus.net>2013-01-09 22:41:23 +0000
commitedb780b4e79e8138f92d73460cc1bd08fd505821 (patch)
tree8039993b9ffc7b2bf5e42336ca25c3275961159b /src/jpeg-8c
parentd7cf7bc58003abf64c1cd56b17f61594ff3d6128 (diff)
- Adapt MSVC project files to new libjpeg, fix by Guillaume Bougard and cyrri - add tr_model_iqm.c to MSVC project, by cyrri
Diffstat (limited to 'src/jpeg-8c')
-rw-r--r--src/jpeg-8c/jconfig.h4
1 files changed, 4 insertions, 0 deletions
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 */