MGR: Allow enabling wxLogTrace on Mac

This commit is contained in:
Charlie Fenton 2013-11-05 03:40:16 -08:00
parent 21104845d9
commit 3362551142
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
#define USE_DEBUG_WXMAC 0 #define USE_DEBUG_WXMAC 0
#if USE_DEBUG_WXMAC
#define wxUSE_LOG_TRACE 1
#endif
#define wxDEBUG_LEVEL 0 #define wxDEBUG_LEVEL 0
#define __WXOSX_COCOA__ #define __WXOSX_COCOA__
#define __WX__ #define __WX__