From 21e5527b592198bf3433969313e1c376d12c1305 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Thu, 2 Mar 2000 17:18:34 +0000 Subject: [PATCH] Latest OS/2 changes broke xpmlib for MSW. Fixed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/xpm/scan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xpm/scan.c b/src/xpm/scan.c index f3c7f49d8d..bf94091ce1 100644 --- a/src/xpm/scan.c +++ b/src/xpm/scan.c @@ -316,6 +316,7 @@ XpmCreateXpmImageFromImage(display, image, shapeimage, ErrorStatus = AGetImagePixels(image, width, height, &pmap, storePixel); # endif /* AMIGA */ +#else ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap, storePixel); -- 2.47.2