From 43a1b1645b3c20110aa65cbae565d16f494e5db8 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 27 Jun 2013 18:49:16 +0000
Subject: [PATCH] fix

---
 Common/OS.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/OS.cpp b/Common/OS.cpp
index 34ece8b47d..1c1ce9c560 100644
--- a/Common/OS.cpp
+++ b/Common/OS.cpp
@@ -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);
-- 
GitLab