[quake3-commits] r1780 - trunk/code/jpeg-6b
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Mar 19 04:59:18 EDT 2010
Author: ludwig
Date: 2010-03-19 04:59:17 -0400 (Fri, 19 Mar 2010)
New Revision: 1780
Modified:
trunk/code/jpeg-6b/jmorecfg.h
Log:
fix mingw32 build
Modified: trunk/code/jpeg-6b/jmorecfg.h
===================================================================
--- trunk/code/jpeg-6b/jmorecfg.h 2010-03-06 11:55:29 UTC (rev 1779)
+++ trunk/code/jpeg-6b/jmorecfg.h 2010-03-19 08:59:17 UTC (rev 1780)
@@ -159,7 +159,7 @@
/* MinGW basetsd.h defines INT32 - don't redefine it */
#ifndef __WIN64
-#if !(defined __MINGW32__ && defined _BASETSD_H)
+#if !(defined __MINGW32__ && (defined _BASETSD_H || defined _BASETSD_H_))
typedef long INT32;
#endif
#endif
More information about the quake3-commits
mailing list