Disable wxUSE_ENH_METAFILE for wxGTK builds.
This can happen to be defined in wxGTK builds under Windows. Closes #15332. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f46e6a1ef9
commit
ad653fa230
@ -45,6 +45,11 @@
|
||||
# define wxUSE_METAFILE 0
|
||||
#endif
|
||||
|
||||
#if wxUSE_ENH_METAFILE
|
||||
# undef wxUSE_ENH_METAFILE
|
||||
# define wxUSE_ENH_METAFILE 0
|
||||
#endif
|
||||
|
||||
#ifndef __UNIX__
|
||||
|
||||
# undef wxUSE_WEBVIEW
|
||||
|
Loading…
Reference in New Issue
Block a user