mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 09:20:48 +02:00
adding the space back
This commit is contained in:
parent
2a3b99daa6
commit
9e69b79e2a
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ 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));
|
||||||
|
|
||||||
// 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