mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-04 14:43:06 +00:00
Stupid Win32 macro stuff
This commit is contained in:
parent
c21695c951
commit
67d08a5dae
1 changed files with 8 additions and 2 deletions
|
|
@ -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…
Reference in a new issue