From 1f402857de8dee4c5713dded0e6efb7d4d4ec335 Mon Sep 17 00:00:00 2001 From: Rafal Harabien Date: Sun, 20 Nov 2011 14:02:48 +0000 Subject: [PATCH] [SHELL32] - Load iCmdShow value from .lnk files svn path=/trunk/; revision=54454 --- reactos/dll/win32/shell32/shelllink.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/shell32/shelllink.cpp b/reactos/dll/win32/shell32/shelllink.cpp index fa0a251ea01..6d323fe0f77 100644 --- a/reactos/dll/win32/shell32/shelllink.cpp +++ b/reactos/dll/win32/shell32/shelllink.cpp @@ -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);