mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SHELL32] - Load iCmdShow value from .lnk files
svn path=/trunk/; revision=54454
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user