Latest OS/2 changes broke xpmlib for MSW. Fixed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 2000-03-02 17:18:34 +00:00
parent d8e41d423d
commit 21e5527b59

View File

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