From a1e6bd0fdea4176426b5f5873df91363dc12ddc2 Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 6 Feb 2012 15:36:50 +0000 Subject: [PATCH] --- coders/wmf.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coders/wmf.c b/coders/wmf.c index 98a0288f6..7151a6a40 100644 --- a/coders/wmf.c +++ b/coders/wmf.c @@ -63,6 +63,10 @@ #include "MagickCore/module.h" #include "MagickWand/MagickWand.h" +#if defined(__CYGWIN__) +#undef MAGICKCORE_WMF_DELEGATE +#endif + #if defined(MAGICKCORE_WMF_DELEGATE) #include "libwmf/api.h" #include "libwmf/eps.h" -- 2.40.0