removing flags

This commit is contained in:
amerhifi 2019-09-05 13:40:29 -07:00
parent fe3879db4d
commit 2a3b99daa6

View file

@ -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