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"
#undef min
#undef max
namespace
{

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

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

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

Loading…
Cancel
Save