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:
parent
d8e41d423d
commit
21e5527b59
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user