From: David Webster Date: Wed, 8 Mar 2000 13:48:14 +0000 (+0000) Subject: Placed an ifndef for VA around the MSWGetImagePixels declaration. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/58ca01aeaebe5b66043419f0c744df16c9732d5b 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 --- 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