fixed FIXME message

svn path=/trunk/; revision=7271
This commit is contained in:
Martin Fuchs 2003-12-27 20:19:00 +00:00
parent 47ffd4826c
commit 5d14cf086f

View file

@ -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)