From 972ab33e9c0e2381b84c8d16482f0b6ae96f4202 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 6 Jan 2012 02:21:50 +0000 Subject: mingw build works now --- src/win32/sysExec.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win32') diff --git a/src/win32/sysExec.hpp b/src/win32/sysExec.hpp index 0fe10f3..5c7ea9e 100644 --- a/src/win32/sysExec.hpp +++ b/src/win32/sysExec.hpp @@ -121,7 +121,7 @@ void SysExec::doExec(StringVector args, StringList env_param) NULL, NULL, false, - NULL, + 0, &env[0], NULL, &startup_info, -- cgit v1.2.3