mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Removed MSVC check
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user