mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 19:27:00 +00:00
don't cast HBITMAP to HICON in when type is IMAGE_BITMAP
svn path=/trunk/; revision=26386
This commit is contained in:
parent
1f00c50b85
commit
4f58b4d38e
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ CopyImage(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
HeapFree(GetProcessHeap(), 0, bi);
|
HeapFree(GetProcessHeap(), 0, bi);
|
||||||
return (HICON)res;
|
return res;
|
||||||
}
|
}
|
||||||
case IMAGE_ICON:
|
case IMAGE_ICON:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue