Split this out from other changes to keep things sane..
[wxWidgets.git] / include / wx / univ / setup0.h
index e1135cbb11466a7886286c20da649a8bdff09f3f..2b559772bfa3087f33a1b0c61bab2f831971af01 100644 (file)
 //
 // Recommended setting: 1 for win32 else 0
 #if defined(__WIN32__)
-    #define wxUSE_WCHAR_T 0 //? unresolved external symbol wxCharsetToCodepage
+    #define wxUSE_WCHAR_T 1
 #else
     #define wxUSE_WCHAR_T 0
 #endif
 // Default is 1.
 //
 // Recommended setting: 1
-#if defined(__WIN32__)
-    #define wxUSE_TOOLTIPS 0 //? error 'SetWindow' cannot convert parameter 1 ...
+#ifdef __WIN32__
+    #define wxUSE_TOOLTIPS 1
 #else
     #define wxUSE_TOOLTIPS 0
 #endif
 #define wxUSE_SPLASH 1
 
 // wizards
-#define wxUSE_WIZARDDLG 0 //? error '_wxArraywxArrayPages' redefinition
+#define wxUSE_WIZARDDLG 1
 
 // ----------------------------------------------------------------------------
 // Metafiles support