X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f77c0fe312a1dedde4a86c9b967d095802c10384..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 88d58b1c77..6e2a8de398 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -1349,13 +1349,16 @@ // Set to 1 to compile MS Windows XP theme engine support #define wxUSE_UXTHEME 1 -// Set to 1 to auto-adapt to MS Windows XP themes where possible -// (notably, wxNotebook pages) -#define wxUSE_UXTHEME_AUTO 1 - // 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 // ----------------------------------------------------------------------------