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:
@@ -32,8 +32,10 @@
|
||||
#endif
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#if wxUSE_ENH_METAFILE
|
||||
#include "wx/msw/enhmeta.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "wx/private/graphics.h"
|
||||
|
||||
|
Reference in New Issue
Block a user