1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

[WIN32] PCH: DEBUG_NEW unsupported by GNU libstdc++ (#544)

This commit is contained in:
Carlo Bramini 2020-05-27 22:45:03 +02:00 committed by GitHub
parent 27d6841a85
commit bf5cd11a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@
// #include <wx/msw/msvcrt.h> // redefines the NEW() operator
//#endif
#ifdef __WXMSW__
#ifdef _MSC_VER
#ifdef _DEBUG
#define _CRTDBG_MAP_ALLOC
#include <crtdbg.h>