mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
FIXME for ILC_COLOR32
svn path=/trunk/; revision=7236
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user