mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 12:09:43 +00:00
Merge pull request #449 from ace13/win-build-fix
Fix windows build, MessageBox is a defined symbol
This commit is contained in:
commit
501dcf3e10
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#include "../mwbase/inputmanager.hpp"
|
||||
#include "../mwbase/windowmanager.hpp"
|
||||
|
||||
#undef MessageBox
|
||||
|
||||
namespace MWGui
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue