1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-18 17:10:05 +02:00

Fix ifdef

Should only test this for definition not a particular value
This commit is contained in:
Leland Lucius 2020-02-12 00:47:26 -06:00
parent 930e74dabc
commit cb5d1f0bf5

View File

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