mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-10 03:58:56 -06:00
Remove patch to msw/setup0.h
This will restore default wxDEBUG_LEVEL handling on Windows.
This commit is contained in:
parent
027494baf6
commit
8284f68298
@ -87,12 +87,11 @@
|
||||
// NDEBUG) or, on the contrary, enable more asserts, including the usually
|
||||
// disabled ones, in the debug build (then do it inside #ifndef NDEBUG)
|
||||
//
|
||||
// Uncommented for Audacity, and set to 1 (rather than 2) for debug builds.
|
||||
#ifdef NDEBUG
|
||||
#define wxDEBUG_LEVEL 0
|
||||
#else
|
||||
#define wxDEBUG_LEVEL 1
|
||||
#endif
|
||||
// #ifdef NDEBUG
|
||||
// #define wxDEBUG_LEVEL 0
|
||||
// #else
|
||||
// #define wxDEBUG_LEVEL 2
|
||||
// #endif
|
||||
|
||||
// wxHandleFatalExceptions() may be used to catch the program faults at run
|
||||
// time and, instead of terminating the program with a usual GPF message box,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user