Removed MSVC check

This commit is contained in:
twinaphex
2017-08-29 18:45:15 +02:00
parent 418e341b32
commit 4e040986ec
-7
View File
@@ -62,13 +62,6 @@ private:
#elif defined(_WIN32)
// Check MSC ver
#if !defined _MSC_VER || _MSC_VER <= 1000
#ifndef __MINGW32__
#error needs at least version 1000 of MSC
#endif
#endif
// Memory leak checks
#define CHECK_HEAP_INTEGRITY()