From: cristy Date: Mon, 6 Feb 2012 15:36:50 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1e6bd0fdea4176426b5f5873df91363dc12ddc2;p=imagemagick --- 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"