Fix from HEAD.

This commit is contained in:
Dr. Stephen Henson 2006-02-04 01:26:49 +00:00
parent 0b8ed5de2d
commit 269d2575cd

View File

@ -93,7 +93,7 @@ $tmp
#ifdef OUT #ifdef OUT
#define OK 1 #define OK 1
#define ALIGN 4 #define ALIGN 4
#if defined(__CYGWIN__) || defined(__DJGPP__) #if defined(__CYGWIN__) || defined(__DJGPP__) || (__MINGW32__)
#undef SIZE #undef SIZE
#undef TYPE #undef TYPE
#define SIZE(a,b) #define SIZE(a,b)