Skip to content
Snippets Groups Projects
Commit 43a1b164 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix

parent 483d4b2f
Branches
Tags
No related merge requests found
...@@ -376,7 +376,7 @@ int SystemCall(const std::string &command, bool blocking) ...@@ -376,7 +376,7 @@ int SystemCall(const std::string &command, bool blocking)
ShellExecuteW(NULL, wbuf[0], wbuf[1], wbuf[2], NULL, 0); ShellExecuteW(NULL, wbuf[0], wbuf[1], wbuf[2], NULL, 0);
} }
else{ else{
STARTUPINFO suInfo; STARTUPINFOW suInfo;
PROCESS_INFORMATION prInfo; PROCESS_INFORMATION prInfo;
memset(&suInfo, 0, sizeof(suInfo)); memset(&suInfo, 0, sizeof(suInfo));
suInfo.cb = sizeof(suInfo); suInfo.cb = sizeof(suInfo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment