We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c547b commit 8355024Copy full SHA for 8355024
boosthost/emulator/windows/ozc.cc
@@ -68,7 +68,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
68
PROCESS_INFORMATION pinf;
69
if (!CreateProcessA(const_cast<char*>(ozenginePath.c_str()),
70
const_cast<char*>(cmdline.c_str()),
71
- nullptr, nullptr, false, 0,
+ nullptr, nullptr, true, 0,
72
nullptr, nullptr, &si, &pinf)) {
73
std::cerr << "panic: cannot start ozengine" << std::endl;
74
return 254;
0 commit comments