Skip to content

Commit

Permalink
Better mingw fix, future proof
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 31, 2011
1 parent 3596083 commit f9d79b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMG_jpg.c
Expand Up @@ -33,7 +33,7 @@

#include <jpeglib.h>

#if JPEG_LIB_VERSION >= 80 && defined(__MINGW__)
#ifdef JPEG_TRUE /* MinGW version of jpeg-8.x renamed TRUE to JPEG_TRUE etc. */
typedef JPEG_boolean boolean;
#define TRUE JPEG_TRUE
#define FALSE JPEG_FALSE
Expand Down

0 comments on commit f9d79b8

Please sign in to comment.