Fix from HEAD.
This commit is contained in:
parent
b1971b067a
commit
a13e6553ad
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ $tmp
|
|||
#ifdef OUT
|
||||
#define OK 1
|
||||
#define ALIGN 4
|
||||
#if defined(__CYGWIN__) || defined(__DJGPP__)
|
||||
#if defined(__CYGWIN__) || defined(__DJGPP__) || defined(__MINGW32__)
|
||||
#undef SIZE
|
||||
#undef TYPE
|
||||
#define SIZE(a,b)
|
||||
|
|
Loading…
Reference in a new issue