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

fix

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