]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/setup.h
Cured radiobutton non-setting by using BS_AUTORADIOBUTTON; cured gridg.cpp
[wxWidgets.git] / include / wx / stubs / setup.h
index 7f86b00cf27f665827b48ccf2da89b1140130f0c..8029a0d6a897efa41aa50cb57ec9114d68c1be0f 100644 (file)
                                   // In debug mode, cause new and delete to be redefined globally.
                                   // If this causes problems (e.g. link errors), set this to 0.
 
+#define wxUSE_DEBUG_NEW_ALWAYS 1
+                                  // In debug mode, causes new to be defined to
+                                  // be WXDEBUG_NEW (see object.h).
+                                  // If this causes problems (e.g. link errors), set this to 0.
+
 #define REMOVE_UNUSED_ARG 1
                                   // Set this to 0 if your compiler can't cope
                                   // with omission of prototype parameters.