m_hImageList = 0;
UINT flags = 0 ;
+#ifdef __WXWINCE__
+ flags = ILC_COLOR;
+#else
if (image.GetDepth() <= 4)
flags = ILC_COLOR4;
else if (image.GetDepth() <= 8)
flags = ILC_COLOR24;
else
flags = ILC_COLOR32;
+#endif
bool mask = (image.GetMask() != 0);
m_hImageList = 0;
UINT flags = 0 ;
+#ifdef __WXWINCE__
+ flags = ILC_COLOR;
+#else
if (image.GetDepth() <= 4)
flags = ILC_COLOR4;
else if (image.GetDepth() <= 8)
flags = ILC_COLOR24;
else
flags = ILC_COLOR32;
+#endif
bool mask = TRUE;
if ( mask )
flags |= ILC_MASK;