Author: rharabien Date: Sun Nov 20 14:02:48 2011 New Revision: 54454
URL: http://svn.reactos.org/svn/reactos?rev=54454&view=rev Log: [SHELL32] - Load iCmdShow value from .lnk files
Modified: trunk/reactos/dll/win32/shell32/shelllink.cpp
Modified: trunk/reactos/dll/win32/shell32/shelllink.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shelllink... ============================================================================== --- trunk/reactos/dll/win32/shell32/shelllink.cpp [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/shelllink.cpp [iso-8859-1] Sun Nov 20 14:02:48 2011 @@ -588,6 +588,7 @@ HeapFree(GetProcessHeap(), 0, sComponent); sComponent = NULL;
+ iShowCmd = hdr.fStartup; wHotKey = (WORD)hdr.wHotKey; iIcoNdx = hdr.nIcon; FileTimeToSystemTime (&hdr.Time1, &time1);