Remove useless #undef's for windows now that we have NOMINMAX flag

c++11
scrawl 10 years ago
parent 40eb8b65c7
commit d4c45efb2b

@ -11,9 +11,6 @@
#include "tooltips.hpp" #include "tooltips.hpp"
#undef min
#undef max
namespace namespace
{ {

@ -13,9 +13,6 @@
#include "tooltips.hpp" #include "tooltips.hpp"
#undef min
#undef max
namespace namespace
{ {
void adjustButtonSize(MyGUI::Button *button) void adjustButtonSize(MyGUI::Button *button)

@ -15,9 +15,6 @@
#include "controllers.hpp" #include "controllers.hpp"
#undef min
#undef max
namespace MWGui namespace MWGui
{ {
namespace Widgets namespace Widgets

@ -1,9 +1,6 @@
#ifndef GAME_MWMECHANICS_STAT_H #ifndef GAME_MWMECHANICS_STAT_H
#define GAME_MWMECHANICS_STAT_H #define GAME_MWMECHANICS_STAT_H
#undef min
#undef max
#include <limits> #include <limits>
#include <components/esm/statstate.hpp> #include <components/esm/statstate.hpp>

Loading…
Cancel
Save