added wxUSE_INICONF (disabled by default)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1352,6 +1352,13 @@
|
||||
// Set to 1 to use InkEdit control (Tablet PC), if available
|
||||
#define wxUSE_INKEDIT 0
|
||||
|
||||
// Set to 1 to enable .INI files based wxConfig implementation (wxIniConfig)
|
||||
//
|
||||
// Default is 0.
|
||||
//
|
||||
// Recommended setting: 0, nobody uses .INI files any more
|
||||
#define wxUSE_INICONF 0
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Generic versions of native controls
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user