]> git.saurik.com Git - wxWidgets.git/commitdiff
Placed an ifndef for VA around the MSWGetImagePixels declaration.
authorDavid Webster <Dave.Webster@bhmi.com>
Wed, 8 Mar 2000 13:48:14 +0000 (13:48 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Wed, 8 Mar 2000 13:48:14 +0000 (13:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/xpm/scan.c

index bf94091ce1c2faefc848a559699850c7990b731f..c4ee7232804118aa843dcbe7206259170aed6790 100644 (file)
@@ -318,8 +318,10 @@ XpmCreateXpmImageFromImage(display, image, shapeimage,
 # endif /* AMIGA */
 #else
 
+#ifndef __VISAGECPP30__
            ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap,
                                        storePixel);
+#endif
 
 #endif