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);