mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[SHELL32] - Load iCmdShow value from .lnk files
svn path=/trunk/; revision=54454
This commit is contained in:
parent
23e3ab342d
commit
1f402857de
1 changed files with 1 additions and 0 deletions
|
@ -588,6 +588,7 @@ HRESULT WINAPI ShellLink::Load(IStream *stm)
|
|||
HeapFree(GetProcessHeap(), 0, sComponent);
|
||||
sComponent = NULL;
|
||||
|
||||
iShowCmd = hdr.fStartup;
|
||||
wHotKey = (WORD)hdr.wHotKey;
|
||||
iIcoNdx = hdr.nIcon;
|
||||
FileTimeToSystemTime (&hdr.Time1, &time1);
|
||||
|
|
Loading…
Reference in a new issue