diff options
author | Christian Pointner <equinox@anytun.org> | 2012-01-06 02:21:50 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2012-01-06 02:21:50 +0000 |
commit | 972ab33e9c0e2381b84c8d16482f0b6ae96f4202 (patch) | |
tree | 1445c7dec1b8a583b676cd3bb15f5bfed43475c7 /src/win32/sysExec.hpp | |
parent | modified svn ignore for contrib (diff) |
mingw build works now
Diffstat (limited to 'src/win32/sysExec.hpp')
-rw-r--r-- | src/win32/sysExec.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |