mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 12:53:12 +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));
|
ZeroMemory(&si, sizeof(si));
|
||||||
si.cb = sizeof(si);
|
si.cb = sizeof(si);
|
||||||
ZeroMemory(&pi, sizeof(pi));
|
ZeroMemory(&pi, sizeof(pi));
|
||||||
|
|
||||||
si.dwFlags = STARTF_TITLEISAPPID | STARTF_PREVENTPINNING;
|
|
||||||
// start the program up
|
// start the program up
|
||||||
BOOL success = CreateProcess(
|
BOOL success = CreateProcess(
|
||||||
lpApplicationName, // the path
|
lpApplicationName, // the path
|
||||||
|
|
Loading…
Reference in a new issue