]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/chkconf.h
make wxSetEnv compatible with ANSI and Unicode, deprecate passing NULL to it in favou...
[wxWidgets.git] / include / wx / dfb / chkconf.h
index 860ea06cee67330bc7c3b168a4bfc74cf83bc861..290fb622202e351fcc099a6e032d984c6755f1b8 100644 (file)
@@ -17,4 +17,8 @@
 #   error "wxDirectFB cannot be built without wxUniversal"
 #endif
 
+#if !wxUSE_CONFIG
+#   error "wxFileConfig is required by wxDFB port"
+#endif
+
 #endif /* _WX_DFB_CHKCONF_H_ */