windows: undef RELATIVE and ABSOLUTE
This commit is contained in:
parent
7dabd12253
commit
d7f9b12f82
@ -47,7 +47,7 @@
|
|||||||
#include <processthreadsapi.h>
|
#include <processthreadsapi.h>
|
||||||
#include <errhandlingapi.h>
|
#include <errhandlingapi.h>
|
||||||
|
|
||||||
// GDI isn't used in many locations but it's easier to include it hear and
|
// GDI isn't used in many locations but it's easier to include it here and
|
||||||
// undefine various pieces of trash than let unsuspecting code get trampled
|
// undefine various pieces of trash than let unsuspecting code get trampled
|
||||||
// later.
|
// later.
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
@ -57,6 +57,9 @@
|
|||||||
#undef NEAR
|
#undef NEAR
|
||||||
#undef FAR
|
#undef FAR
|
||||||
|
|
||||||
|
#undef RELATIVE
|
||||||
|
#undef ABSOLUTE
|
||||||
|
|
||||||
#undef ERROR
|
#undef ERROR
|
||||||
|
|
||||||
#undef TRANSPARENT
|
#undef TRANSPARENT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user