mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
MSDN sais: "The CreateIconFromResource function calls CreateIconFromResourceEx passing LR_DEFAULTSIZE|LR_SHARED as flags."
(not supported yet in CreateIconFromResourceEx()) svn path=/trunk/; revision=25725
This commit is contained in:
parent
1db729aaed
commit
cde527ab70
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ CreateIconFromResource(
|
|||
BOOL fIcon,
|
||||
DWORD dwVer)
|
||||
{
|
||||
return CreateIconFromResourceEx(presbits, dwResSize, fIcon, dwVer, 0, 0, 0);
|
||||
return CreateIconFromResourceEx(presbits, dwResSize, fIcon, dwVer, 0, 0, LR_DEFAULTSIZE|LR_SHARED );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue