Cleared up DEBUG define mess, defines are now called __WXDEBUG__ and WXDEBUG.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
|
||||
#include "wx/date.h"
|
||||
|
||||
#if !DEBUG
|
||||
#error You must set DEBUG to 1 on the 'make' command line or make.env.
|
||||
#if !WXDEBUG
|
||||
#error You must set WXDEBUG to 1 on the 'make' command line or make.env.
|
||||
#endif
|
||||
|
||||
#define new WXDEBUG_NEW
|
||||
|
Reference in New Issue
Block a user