mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:12:55 +00:00
fixed FIXME message
svn path=/trunk/; revision=7271
This commit is contained in:
parent
47ffd4826c
commit
5d14cf086f
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ ImageList_Create (INT cx, INT cy, UINT flags,
|
||||||
TRACE("(%d %d 0x%x %d %d)\n", cx, cy, flags, cInitial, cGrow);
|
TRACE("(%d %d 0x%x %d %d)\n", cx, cy, flags, cInitial, cGrow);
|
||||||
|
|
||||||
if (flags & ILC_COLOR32)
|
if (flags & ILC_COLOR32)
|
||||||
FIXME("ILC_COLOR32 (24 bit color image list with 8 bit alpha channel) is not yet supported");
|
FIXME("ILC_COLOR32 (24 bit color image list with 8 bit alpha channel) is not yet supported\n");
|
||||||
|
|
||||||
himl = (HIMAGELIST)Alloc (sizeof(struct _IMAGELIST));
|
himl = (HIMAGELIST)Alloc (sizeof(struct _IMAGELIST));
|
||||||
if (!himl)
|
if (!himl)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue