]> git.saurik.com Git - wxWidgets.git/commitdiff
Disable wxUSE_ENH_METAFILE for wxGTK builds.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Jul 2013 17:12:48 +0000 (17:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Jul 2013 17:12:48 +0000 (17:12 +0000)
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

include/wx/gtk/chkconf.h

index 9897ebd352ed7c8aff8f105078b7054c51e1f616..af40a41bac845fc000a4a7a19127135a63ac15a2 100644 (file)
 #   define wxUSE_METAFILE 0
 #endif
 
+#if wxUSE_ENH_METAFILE
+#   undef  wxUSE_ENH_METAFILE
+#   define wxUSE_ENH_METAFILE 0
+#endif
+
 #ifndef __UNIX__
 
 #   undef  wxUSE_WEBVIEW