- Adapt MSVC project files to new libjpeg, fix by Guillaume Bougard and cyrri

- add tr_model_iqm.c to MSVC project, by cyrri
This commit is contained in:
Thilo Schulz 2011-06-06 21:15:42 +00:00
parent b921058a9f
commit 7a4ce592a4
7 changed files with 251 additions and 214 deletions

View file

@ -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 */