1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Stupid Win32 macro stuff

This commit is contained in:
AnyOldName3 2023-07-05 16:58:36 +01:00
parent c21695c951
commit 67d08a5dae

View File

@ -10,11 +10,17 @@
#include <components/crashcatcher/windows_crashcatcher.hpp>
#include <components/windows.hpp>
#include <Knownfolders.h>
#pragma push_macro("FAR")
#pragma push_macro("NEAR")
#undef FAR
#define FAR
#undef NEAR
#define NEAR
#include <Shlobj.h>
#undef NEAR
#undef FAR
#pragma pop_macro("NEAR")
#pragma pop_macro("FAR")
#endif
#include <SDL_messagebox.h>