mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
Convert all __WXDEBUG__ tests to use new _DEBUG symbol
This symbol is based on the NDEBUG symbol that's automatically defined by CMake.
This commit is contained in:
@@ -1177,7 +1177,7 @@ GStreamerImportFileHandle::ProcessBusMessage(bool & success)
|
||||
return cont;
|
||||
}
|
||||
|
||||
#if defined(__WXDEBUG__)
|
||||
#if defined(_DEBUG)
|
||||
{
|
||||
GstString objname;
|
||||
if (msg->src != NULL)
|
||||
|
Reference in New Issue
Block a user