mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 09:03:54 +01:00
[WIN32] PCH: DEBUG_NEW unsupported by GNU libstdc++ (#544)
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
// #include <wx/msw/msvcrt.h> // redefines the NEW() operator
|
// #include <wx/msw/msvcrt.h> // redefines the NEW() operator
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef _MSC_VER
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#define _CRTDBG_MAP_ALLOC
|
#define _CRTDBG_MAP_ALLOC
|
||||||
#include <crtdbg.h>
|
#include <crtdbg.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user