#if !defined(__WINDOWS__) || wxUSE_XPM_IN_MSW
#include "smile.xpm"
#endif
-#include "wx/rawbmp.h"
+#ifndef __VMS
+# include "wx/rawbmp.h"
+#define wxHAVE_RAW_BITMAP
+#endif
// derived classes
p.Red() = r;
p.Green() = g;
p.Blue() = b;
- p.Alpha() = (x*255.)/REAL_SIZE;
+ p.Alpha() =
+ (wxAlphaPixelFormat::ChannelType)((x*255.)/REAL_SIZE);
++p; // same as p.OffsetX(1)
}