mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
removing flags
This commit is contained in:
parent
fe3879db4d
commit
2a3b99daa6
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue