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:
David Webster 2000-03-08 13:48:14 +00:00
parent 4dcfef961d
commit 58ca01aeae

View File

@ -318,8 +318,10 @@ XpmCreateXpmImageFromImage(display, image, shapeimage,
# endif /* AMIGA */
#else
#ifndef __VISAGECPP30__
ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap,
storePixel);
#endif
#endif