From 2a3b99daa63ad1d42bc553f194161108187c521a Mon Sep 17 00:00:00 2001 From: amerhifi Date: Thu, 5 Sep 2019 13:40:29 -0700 Subject: [PATCH] removing flags --- launchers/win32/LauncherUtils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/launchers/win32/LauncherUtils.cpp b/launchers/win32/LauncherUtils.cpp index cd0c15ccc3..88cb84eb6e 100644 --- a/launchers/win32/LauncherUtils.cpp +++ b/launchers/win32/LauncherUtils.cpp @@ -150,8 +150,6 @@ BOOL LauncherUtils::launchApplication(LPCWSTR lpApplicationName, LPTSTR cmdArgs) ZeroMemory(&si, sizeof(si)); si.cb = sizeof(si); ZeroMemory(&pi, sizeof(pi)); - - si.dwFlags = STARTF_TITLEISAPPID | STARTF_PREVENTPINNING; // start the program up BOOL success = CreateProcess( lpApplicationName, // the path