1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Cleanup undef for min / max. NOMINMAX is already in Global.h

This commit is contained in:
Arseniy Shestakov
2018-02-10 22:15:27 +03:00
parent ccc1639ab9
commit 8bbe747e8e
6 changed files with 0 additions and 32 deletions

View File

@@ -19,13 +19,6 @@
#define sprintf_s snprintf
#endif
#ifdef max
#undef max
#endif
#ifdef min
#undef min
#endif
class CButton;
class CToggleGroup;
struct TryMoveHero;