[Project64] Disable memory test in release
This commit is contained in:
parent
d531abc885
commit
bb29e78806
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue