]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / include / wx / chkconf.h
index 3360f184222145cdae1161fdf2aa5494f3b21ca3..c29f9bff3084da3c7348de5a4f640e98332889ee 100644 (file)
 #   endif
 #endif /* wxUSE_CLIPBOARD */
 
-#if wxUSE_TIPWINDOW && !wxUSE_POPUPWIN
-#   ifdef wxABORT_ON_CONFIG_ERROR
-#       error "wxTipWindow requires wxPopupWindow"
-#   else
-#       undef wxUSE_POPUPWIN
-#       define wxUSE_POPUPWIN 1
-#   endif
-#endif /* wxUSE_TIPWINDOW */
-
 #endif /* wxUSE_GUI */