From c53cc797fa417c1cf98709dc10d4aef65a2e3232 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 3 Feb 2015 01:12:51 +0000 Subject: [PATCH] --- coders/emf.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/coders/emf.c b/coders/emf.c index 74703dcfb..c8efb9c92 100644 --- a/coders/emf.c +++ b/coders/emf.c @@ -431,8 +431,7 @@ static HENHMETAFILE ReadEnhMetaFile(const char *path,ssize_t *width, #define CENTIMETERS_INCH 2.54 -static Image *ReadEMFImage(const ImageInfo *image_info, - ExceptionInfo *exception) +static Image *ReadEMFImage(const ImageInfo *image_info,ExceptionInfo *exception) { BITMAPINFO DIBinfo; @@ -450,6 +449,9 @@ static Image *ReadEMFImage(const ImageInfo *image_info, Image *image; + MagickBooleanType + status; + RECT rect; -- 2.40.0