1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00

solve error with min/max macro for windows

This commit is contained in:
gugus 2011-02-19 19:21:32 +01:00
parent 84dce2eb36
commit 7386fd0442
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#undef min
#undef max
using namespace MWGui;
/* GenerateClassResultDialog */

View File

@ -10,6 +10,9 @@
#include <cmath>
#undef min
#undef max
using namespace MWGui;
using namespace Widgets;