From 58ca01aeaebe5b66043419f0c744df16c9732d5b Mon Sep 17 00:00:00 2001 From: David Webster Date: Wed, 8 Mar 2000 13:48:14 +0000 Subject: [PATCH] Placed an ifndef for VA around the MSWGetImagePixels declaration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/xpm/scan.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xpm/scan.c b/src/xpm/scan.c index bf94091ce1..c4ee723280 100644 --- a/src/xpm/scan.c +++ b/src/xpm/scan.c @@ -318,8 +318,10 @@ XpmCreateXpmImageFromImage(display, image, shapeimage, # endif /* AMIGA */ #else +#ifndef __VISAGECPP30__ ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap, storePixel); +#endif #endif