Recognize mingw in perlasm.
This commit is contained in:
parent
d5fd72fd0d
commit
0c21e13012
@ -93,7 +93,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…
x
Reference in New Issue
Block a user