]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
No changes, just add another case to a switch on wxMouseButton.
[wxWidgets.git] / include / wx / chkconf.h
index 8b9ff36c1fe600b17bd03753adf6cc749ef03c97..5278a6490bc889a5133c38a83541b61fb477d1c8 100644 (file)
 #   endif
 #endif /* !defined(wxUSE_RICHMSGDLG) */
 
 #   endif
 #endif /* !defined(wxUSE_RICHMSGDLG) */
 
+#ifndef wxUSE_RICHTOOLTIP
+#   ifdef wxABORT_ON_CONFIG_ERROR
+#       error "wxUSE_RICHTOOLTIP must be defined, please read comment near the top of this file."
+#   else
+#       define wxUSE_RICHTOOLTIP 0
+#   endif
+#endif /* !defined(wxUSE_RICHTOOLTIP) */
+
 #ifndef wxUSE_SASH
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_SASH must be defined, please read comment near the top of this file."
 #ifndef wxUSE_SASH
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_SASH must be defined, please read comment near the top of this file."