compiles a bit more often.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@712 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-04 08:05:34 +00:00
parent 73aa56a830
commit 5374343d1d
1 changed files with 3 additions and 3 deletions

View File

@ -705,9 +705,9 @@ int Image_WritePNG (char *filename, int compression, qbyte *pixels, int width, i
#endif
#ifdef AVAIL_JPEGLIB
#if defined(MINGW)
#error no jpegs with mingw
#elif defined(_WIN32)
#define XMD_H //fix for mingw
#if defined(_WIN32)
#define JPEG_API VARGS
#include "jpeglib.h"