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:
@@ -55,6 +55,14 @@
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_MS_HTML_HELP) */
|
||||
|
||||
#ifndef wxUSE_INICONF
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_INICONF must be defined."
|
||||
# else
|
||||
# define wxUSE_INICONF 0
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_INICONF) */
|
||||
|
||||
#ifndef wxUSE_OLE
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_OLE must be defined."
|
||||
|
@@ -9,8 +9,10 @@
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _INICONF_H
|
||||
#define _INICONF_H
|
||||
#ifndef _WX_MSW_INICONF_H_
|
||||
#define _WX_MSW_INICONF_H_
|
||||
|
||||
#if wxUSE_INICONF
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxIniConfig is a wxConfig implementation which uses MS Windows INI files to
|
||||
@@ -97,4 +99,6 @@ private:
|
||||
DECLARE_ABSTRACT_CLASS(wxIniConfig)
|
||||
};
|
||||
|
||||
#endif //_INICONF_H
|
||||
#endif // wxUSE_INICONF
|
||||
|
||||
#endif //_WX_MSW_INICONF_H_
|
||||
|
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -116,6 +116,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