mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[RAPPS] Fix command line handling
This commit is contained in:
parent
4f8dc9c266
commit
f133d01f20
3 changed files with 7 additions and 7 deletions
|
@ -160,7 +160,7 @@ INT WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
|
|||
InitCommonControls();
|
||||
|
||||
// skip window creation if there were some keys
|
||||
if (!UseCmdParameters(lpCmdLine))
|
||||
if (!UseCmdParameters(GetCommandLineW()))
|
||||
{
|
||||
if (SettingsInfo.bUpdateAtStart || bIsFirstLaunch)
|
||||
CAvailableApps::ForceUpdateAppsDB();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue