mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
6 lines
210 B
C
6 lines
210 B
C
|
|
//Restore the new operator if previously saved before overriding
|
||
|
|
//Allow the use of placement new
|
||
|
|
#if defined(MSVC_CRT_MEMLEAK_DETECTION) && defined(_DEBUG) && defined(DBG_NEW)
|
||
|
|
#pragma pop_macro("new")
|
||
|
|
#endif
|