[SHELL32] - Load iCmdShow value from .lnk files

svn path=/trunk/; revision=54454
This commit is contained in:
Rafal Harabien 2011-11-20 14:02:48 +00:00
parent 23e3ab342d
commit 1f402857de

View file

@ -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);