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:
parent
c21695c951
commit
67d08a5dae
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user