]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
set eol-style
[wxWidgets.git] / include / wx / msw / setup0.h
index 88d58b1c77c231be63ce4f750a6f9e1f56219e6f..6e2a8de39816d303abaff7434911eae9aa2d4615 100644 (file)
 // 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
 // ----------------------------------------------------------------------------