mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +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);
|
||||
|
||||
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));
|
||||
if (!himl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue