X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9dc44eff0235c5f30940f32ccc6d9d82a236e7d2..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/gtk/chkconf.h diff --git a/include/wx/gtk/chkconf.h b/include/wx/gtk/chkconf.h index 9897ebd352..84595b256c 100644 --- a/include/wx/gtk/chkconf.h +++ b/include/wx/gtk/chkconf.h @@ -3,7 +3,6 @@ * Purpose: wxGTK-specific settings consistency checks * Author: Vadim Zeitlin * Created: 2007-07-19 (extracted from wx/chkconf.h) - * RCS-ID: $Id$ * Copyright: (c) 2000-2007 Vadim Zeitlin * Licence: wxWindows licence */ @@ -45,6 +44,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