summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8fb816f)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35173
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifndef _WX_MSW_CHKCONF_H_
#define _WX_MSW_CHKCONF_H_
#ifndef _WX_MSW_CHKCONF_H_
#define _WX_MSW_CHKCONF_H_
+/* ensure that MSW-specific settings are defined */
+#ifndef wxUSE_DC_CACHEING
+# ifdef wxABORT_ON_CONFIG_ERROR
+# error "wxUSE_DC_CACHEING must be defined"
+# else
+# define wxUSE_DC_CACHEING 1
+# endif
+#endif /* wxUSE_DC_CACHEING */
+
+
/*
* disable the settings which don't work for some compilers
*/
/*
* disable the settings which don't work for some compilers
*/