]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xpm/scan.c
fixed wxListMainWindow::HitTest
[wxWidgets.git] / src / xpm / scan.c
index f3c7f49d8d838fa24b794dbfceeb16a0326ef084..c4ee7232804118aa843dcbe7206259170aed6790 100644 (file)
@@ -316,9 +316,12 @@ XpmCreateXpmImageFromImage(display, image, shapeimage,
            ErrorStatus = AGetImagePixels(image, width, height, &pmap,
                                      storePixel);
 # endif /* AMIGA */
+#else
 
+#ifndef __VISAGECPP30__
            ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap,
                                        storePixel);
+#endif
 
 #endif