MSVC: remove MemLeak build support

There are better memleak detection tools.
1) Requires to guard placement new and external libs
2) Doesn't work thoroughly
This commit is contained in:
Nekotekina 2020-12-22 10:02:23 +03:00
parent 6c1b6c1704
commit 41ee792f95
20 changed files with 8 additions and 181 deletions

View file

@ -1,7 +1,5 @@
#include "stdafx.h"
#include "restore_new.h"
#include "Utilities/rXml.h"
#include "define_new_memleakdetect.h"
#include "Emu/VFS.h"
#include "TROPUSR.h"