diff --git a/base/shell/filebrowser/filebrowser.c b/base/shell/filebrowser/filebrowser.c index f6cace8be47..bf0481a3b7e 100644 --- a/base/shell/filebrowser/filebrowser.c +++ b/base/shell/filebrowser/filebrowser.c @@ -34,6 +34,7 @@ int _tmain(int argc, _TCHAR* argv[]) if (SHExplorerParseCmdLine(&parseResults)) { parseResults.dwFlags |= SH_EXPLORER_CMDLINE_FLAG_SEPARATE; + parseResults.nCmdShow = SW_SHOWNORMAL; return SHCreateFromDesktop(&parseResults); } diff --git a/sdk/include/reactos/browseui_undoc.h b/sdk/include/reactos/browseui_undoc.h index 0bc1d12db6d..4cd00096c53 100644 --- a/sdk/include/reactos/browseui_undoc.h +++ b/sdk/include/reactos/browseui_undoc.h @@ -60,7 +60,7 @@ typedef struct ExplorerCommandLineParseResults LPWSTR strPath; LPITEMIDLIST pidlPath; DWORD dwFlags; - DWORD offsetC; + int nCmdShow; DWORD offset10; DWORD offset14; DWORD offset18;