mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
missed this, apologies for spamming
svn path=/trunk/; revision=31357
This commit is contained in:
parent
21d4476bfc
commit
5fc59e29d9
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ CopyIcoCur(HANDLE hIconCur,
|
|||
|
||||
if (flags & LR_COPYFROMRESOURCE)
|
||||
{
|
||||
FIXME("FIXME: LR_COPYFROMRESOURCE is yet not implemented for icons\n");
|
||||
TRACE("FIXME: LR_COPYFROMRESOURCE is yet not implemented for icons\n");
|
||||
}
|
||||
|
||||
if (NtUserGetIconSize(hIconCur, 0, &origSize.cx, &origSize.cy))
|
||||
|
|
Loading…
Reference in a new issue