forked from mirror/openmw-tes3mp
Remove useless #undef's for windows now that we have NOMINMAX flag
This commit is contained in:
parent
40eb8b65c7
commit
d4c45efb2b
4 changed files with 0 additions and 12 deletions
|
@ -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…
Reference in a new issue