mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03: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…
Add table
Add a link
Reference in a new issue