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:
@@ -45,6 +45,11 @@
|
|||||||
# define wxUSE_METAFILE 0
|
# define wxUSE_METAFILE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_ENH_METAFILE
|
||||||
|
# undef wxUSE_ENH_METAFILE
|
||||||
|
# define wxUSE_ENH_METAFILE 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __UNIX__
|
#ifndef __UNIX__
|
||||||
|
|
||||||
# undef wxUSE_WEBVIEW
|
# undef wxUSE_WEBVIEW
|
||||||
|
Reference in New Issue
Block a user