mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user