1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:23:52 +00:00

Merge pull request #449 from ace13/win-build-fix

Fix windows build, MessageBox is a defined symbol
This commit is contained in:
scrawl 2015-01-20 17:30:02 +01:00
commit 501dcf3e10

View file

@ -12,6 +12,8 @@
#include "../mwbase/inputmanager.hpp" #include "../mwbase/inputmanager.hpp"
#include "../mwbase/windowmanager.hpp" #include "../mwbase/windowmanager.hpp"
#undef MessageBox
namespace MWGui namespace MWGui
{ {