aboutsummaryrefslogtreecommitdiff
path: root/win/jconfig.h.in
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2012-01-26 22:20:31 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2012-01-26 22:20:31 +0000
commit7d1725c28b9e0a50df40747b36ea81cf3c9cb622 (patch)
treec54cea3171037542e307e37a16568578be984353 /win/jconfig.h.in
parentb8a82b0de31dd741ff58ec9eeecc117772bf1615 (diff)
Move INLINE macro into config.h. That's really where it belongs anyhow, since it is used only internally, and putting it in jconfig.h was causing problems with DevIL.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@739 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'win/jconfig.h.in')
-rw-r--r--win/jconfig.h.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/win/jconfig.h.in b/win/jconfig.h.in
index 382e576..be4b5c3 100644
--- a/win/jconfig.h.in
+++ b/win/jconfig.h.in
@@ -33,16 +33,6 @@ typedef signed int INT32;
#endif
#define XMD_H /* prevent jmorecfg.h from redefining it */
-#ifndef INLINE
-#if defined(__GNUC__)
-#define INLINE __attribute__((always_inline))
-#elif defined(_MSC_VER)
-#define INLINE __forceinline
-#else
-#define INLINE
-#endif
-#endif
-
#ifdef JPEG_INTERNALS
#undef RIGHT_SHIFT_IS_UNSIGNED