check that wxUSE_DC_CACHEING is defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8fb816ff93
commit
749870835d
@ -14,6 +14,16 @@
|
||||
#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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user