FIXME for ILC_COLOR32

svn path=/trunk/; revision=7236
This commit is contained in:
Martin Fuchs 2003-12-25 18:42:48 +00:00
parent f935f66635
commit 03881fe9f4

View file

@ -553,6 +553,9 @@ ImageList_Create (INT cx, INT cy, UINT flags,
TRACE("(%d %d 0x%x %d %d)\n", cx, cy, flags, cInitial, cGrow);
if (flags & ILC_COLOR32)
FIXME("ILC_COLOR32 (24 bit color image list with 8 bit alpha channel) is not yet supported");
himl = (HIMAGELIST)Alloc (sizeof(struct _IMAGELIST));
if (!himl)
return NULL;