1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +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

@ -37,13 +37,6 @@
#include "serializer/CMemorySerializer.h"
#include "VCMIDirs.h"
#ifdef min
#undef min
#endif
#ifdef max
#undef max
#endif
boost::shared_mutex CGameState::mutex;
template <typename T> class CApplyOnGS;