Index: ioquake3/code/jpeg-8c/jconfig.h =================================================================== --- ioquake3/code/jpeg-8c/jconfig.h (revision 1993) +++ ioquake3/code/jpeg-8c/jconfig.h (working copy) @@ -31,7 +31,11 @@ #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 */