[Project64] Disable memory test in release

This commit is contained in:
zilmar 2018-11-26 07:30:50 +10:30
parent d531abc885
commit bb29e78806
1 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
#include "stdafx.h" #include "stdafx.h"
#include <Windows.h> #include "MemTest.h"
#if defined(MEM_LEAK_TEST) && defined(_WIN32)
#undef new #undef new
#ifdef _WIN32 #include <Windows.h>
#include <shellapi.h> #include <shellapi.h>
static bool InInit = false; static bool InInit = false;