win32: _mingw.h: do not undef NULL
Not wise if stddef.h was already included. This is related to commit
3aa26a794e
Instead hack stddef.h to have identical definition and thus
avoid the issue mentionned there.
This commit is contained in:
@ -19,7 +19,6 @@
|
|||||||
#define __MINGW_H
|
#define __MINGW_H
|
||||||
|
|
||||||
/* some winapi files define these before including _mingw.h --> */
|
/* some winapi files define these before including _mingw.h --> */
|
||||||
#undef NULL
|
|
||||||
#undef __cdecl
|
#undef __cdecl
|
||||||
#undef _X86_
|
#undef _X86_
|
||||||
#undef WIN32
|
#undef WIN32
|
||||||
|
|||||||
Reference in New Issue
Block a user