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:
parent
930e74dabc
commit
cb5d1f0bf5
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user