- 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:
parent
b921058a9f
commit
7a4ce592a4
7 changed files with 251 additions and 214 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue