From d7f9b12f820e197792d42bfae7721c3d466fb1a2 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 18 Nov 2019 16:43:59 +1100 Subject: [PATCH] windows: undef RELATIVE and ABSOLUTE --- win32/windows.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/win32/windows.hpp b/win32/windows.hpp index fc0706f3..d7c8660a 100644 --- a/win32/windows.hpp +++ b/win32/windows.hpp @@ -47,7 +47,7 @@ #include #include -// 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 // later. #include @@ -57,6 +57,9 @@ #undef NEAR #undef FAR +#undef RELATIVE +#undef ABSOLUTE + #undef ERROR #undef TRANSPARENT