]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/chkconf.h
Compilation fixes for old SDKs (VC6) after recent commit.
[wxWidgets.git] / include / wx / x11 / chkconf.h
index b587067185c3e682e732b6ed438664810e182445..e3c9bec6f5ef44e175300bd7a402238bf16b6431 100644 (file)
 #ifndef _WX_X11_CHKCONF_H_
 #define _WX_X11_CHKCONF_H_
 
-
 /* wxPalette is always needed */
 #if !wxUSE_PALETTE
 #   error "wxX11 requires wxUSE_PALETTE=1"
 #endif
 
+#if wxUSE_SOCKETS && !wxUSE_SELECT_DISPATCHER
+#   ifdef wxABORT_ON_CONFIG_ERROR
+#       error "wxSocket requires wxSelectDispatcher in wxX11"
+#   else
+#       undef wxUSE_SELECT_DISPATCHER
+#       define wxUSE_SELECT_DISPATCHER 1
+#   endif
+#endif
+
 #endif /* _WX_X11_CHKCONF_H_ */