]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
compilation fixes (I wonder how did you people ever compile it...)
[wxWidgets.git] / include / wx / chkconf.h
index ced72e708bdbecbf262f815237b4d11a585d3ab4..c29f9bff3084da3c7348de5a4f640e98332889ee 100644 (file)
 #   endif
 #endif /* !defined(wxUSE_TEXTFILE) */
 
+#ifndef wxUSE_TIPWINDOW
+#   ifdef wxABORT_ON_CONFIG_ERROR
+#       error "wxUSE_TIPWINDOW must be defined."
+#   else
+#       define wxUSE_TIPWINDOW 0
+#   endif
+#endif /* !defined(wxUSE_TIPWINDOW) */
+
 #ifndef wxUSE_TOOLBAR
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_TOOLBAR must be defined."