Fix wxMSW build error when wxUSE_ENH_METAFILE=0
Don't include wx/msw/enhmeta.h when wxUSE_ENH_METAFILE is set to 0. Closes https://github.com/wxWidgets/wxWidgets/pull/951
This commit is contained in:
parent
bc2c58bd39
commit
2ed7ed6f39
1 changed files with 2 additions and 0 deletions
|
|
@ -32,8 +32,10 @@
|
|||
#endif
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#if wxUSE_ENH_METAFILE
|
||||
#include "wx/msw/enhmeta.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "wx/private/graphics.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue