X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3a7495cbc0aa85c957f3ed2efe5a2e2c0620ed7..677dc0ed1a3ff68af15f6246d6d0708d5264b07a:/include/wx/msw/setup_inc.h diff --git a/include/wx/msw/setup_inc.h b/include/wx/msw/setup_inc.h index 322a9da473..50c99f02dc 100644 --- a/include/wx/msw/setup_inc.h +++ b/include/wx/msw/setup_inc.h @@ -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 // ---------------------------------------------------------------------------- @@ -139,14 +146,3 @@ // // Recommended setting: 1, set to 0 if your programs never crash #define wxUSE_CRASHREPORT 1 - -// ---------------------------------------------------------------------------- -// obsolete settings -// ---------------------------------------------------------------------------- - -// NB: all settings in this section are obsolete and should not be used/changed -// at all, they will disappear - -// Define 1 to use bitmap messages. -#define wxUSE_BITMAP_MESSAGE 1 -