]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/setup.h
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / include / wx / univ / setup.h
index 197d646c420d3ab178918c9001c21a86a4e6d67e..bc36b30ed52737cfc63ff7e667e86193f880513a 100644 (file)
@@ -13,8 +13,9 @@
 #define _WX_UNIV_SETUP_H_
 
 // ----------------------------------------------------------------------------
-// undef everything
+// not all ports implement everything...
 // ----------------------------------------------------------------------------
+
 #if defined(__WXMAC__)
 
 #define wxUSE_GUI            1
@@ -75,6 +76,7 @@
 
 #define wxUSE_CONTROLS     1
 #define wxUSE_POPUPWIN     1
+#define wxUSE_TIPWINDOW    1
 #define wxUSE_BUTTON       1
 #define wxUSE_BMPBUTTON    1
 #define wxUSE_CALENDARCTRL 0
 
 #define wxUSE_CONTROLS     1
 #define wxUSE_POPUPWIN     1
+#define wxUSE_TIPWINDOW    1
 #define wxUSE_BUTTON       1
 #define wxUSE_BMPBUTTON    1
 #define wxUSE_CALENDARCTRL 0
 #define wxUSE_REGEX         0
 #define wxUSE_STATUSBAR     1
 
-#else
+#else // !Mac, !OS2
 
 #define wxUSE_GUI            1
 #define WXWIN_COMPATIBILITY  0
 #define wxUSE_FILE                1
 #define wxUSE_FFILE               1
 #define wxUSE_TEXTFILE            0
+#define wxUSE_TEXTBUFFER          0
 #define wxUSE_INTL                0
 #define wxUSE_MENUS 1
 #define wxUSE_TOOLBAR 0
 #define wxUSE_SPLITTER     1
 #define wxUSE_TAB_DIALOG   0
 
+#define wxUSE_SPLASH 1
 #define wxUSE_JOYSTICK 0
 #define wxUSE_METAFILE              0
 #define wxUSE_ENH_METAFILE          0