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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user