]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
don't draw buttons unless we have wxTR_HAS_BUTTONS style
[wxWidgets.git] / include / wx / chkconf.h
index 7ac15bfa8b9123fcfd181549ea3e83c9b2e3501f..8732dfc01b6f7aa1a0905a8b572ae7e478b572fc 100644 (file)
 #   endif
 #endif /* wxUSE_UNICODE_MSLU */
 
 #   endif
 #endif /* wxUSE_UNICODE_MSLU */
 
+#if !wxUSE_DYNLIB_CLASS
+#   if wxUSE_DYNAMIC_LOADER
+#       ifdef wxABORT_ON_CONFIG_ERROR
+#           error "wxUSE_DYNAMIC_LOADER requires wxUSE_DYNLIB_CLASS."
+#       else
+#           define wxUSE_DYNLIB_CLASS 1
+#       endif
+#   endif
+#endif  /* wxUSE_DYNLIB_CLASS */
+
 /* the rest of the tests is for the GUI settings only */
 #if wxUSE_GUI
 
 /* the rest of the tests is for the GUI settings only */
 #if wxUSE_GUI