Placed an ifndef for VA around the MSWGetImagePixels declaration.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4dcfef961d
commit
58ca01aeae
@ -318,8 +318,10 @@ XpmCreateXpmImageFromImage(display, image, shapeimage,
|
|||||||
# endif /* AMIGA */
|
# endif /* AMIGA */
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#ifndef __VISAGECPP30__
|
||||||
ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap,
|
ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap,
|
||||||
storePixel);
|
storePixel);
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user