From 2385079814d5eb67c18404fcaa7335e5d9c8ee55 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 28 Aug 2003 21:52:20 +0000 Subject: [PATCH] Warning fix. --- dlls/oleaut32/olepicture.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/oleaut32/olepicture.c b/dlls/oleaut32/olepicture.c index f167c495fb5..d14b67da21f 100644 --- a/dlls/oleaut32/olepicture.c +++ b/dlls/oleaut32/olepicture.c @@ -72,6 +72,7 @@ #define XMD_H #define UINT8 JPEG_UINT8 #define UINT16 JPEG_UINT16 +#undef FAR #ifdef HAVE_JPEGLIB_H # include #endif