fix windows build

This commit is contained in:
Martin Michelsen
2025-09-02 21:34:19 -07:00
parent e37307acb3
commit 0575f3c9cf
4 changed files with 205 additions and 196 deletions
+6
View File
@@ -9,7 +9,13 @@
#ifdef PHOSG_WINDOWS
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#ifdef DELETE
#undef DELETE
#endif
#ifdef ERROR
#undef ERROR
#endif
#ifdef PASSTHROUGH
#undef PASSTHROUGH
#endif
#endif