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

Fix windows build, MessageBox is a defined symbol

Windows and its stupid defines...
This commit is contained in:
Alexander "Ace" Olofsson 2015-01-20 17:07:26 +01:00
parent f4bf2aa412
commit 3a88f4ebd5

View file

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