new compile option added: USE_WXCONFIG. If it's 1, wxApp has a virtual
wxConfig *CreateConfig() function which can be overloaded to create a global config object (current implementation simply returns NULL for now). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -176,6 +176,11 @@
|
||||
* Use wxTree
|
||||
*/
|
||||
|
||||
/*
|
||||
* Use wxConfig profile management classes (wxFileConfig only under Unix)
|
||||
*/
|
||||
#define USE_WXCONFIG 1
|
||||
|
||||
/********************** DO NOT CHANGE BELOW THIS POINT **********************/
|
||||
|
||||
/**************************** DEBUGGING FEATURES ****************************/
|
||||
@@ -188,7 +193,7 @@
|
||||
/*
|
||||
* Enables debugging: memory tracing, assert, etc.
|
||||
*/
|
||||
/* #undef DEBUG */
|
||||
#define DEBUG 1
|
||||
/*
|
||||
* Enables debugging version of wxObject::new and wxObject::delete (IF DEBUG)
|
||||
* WARNING: this code may not work with all architectures, especially
|
||||
|
Reference in New Issue
Block a user