diff options
Diffstat (limited to 'llvm/lib/System/Win32/Program.inc')
| -rw-r--r-- | llvm/lib/System/Win32/Program.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/System/Win32/Program.inc b/llvm/lib/System/Win32/Program.inc index ea1b5a6a069..b55aa2fa80f 100644 --- a/llvm/lib/System/Win32/Program.inc +++ b/llvm/lib/System/Win32/Program.inc @@ -337,7 +337,8 @@ Program::Execute(const Path& path, } int -Program::Wait(unsigned secondsToWait, +Program::Wait(const Path &path, + unsigned secondsToWait, std::string* ErrMsg) { if (Data_ == 0) { MakeErrMsg(ErrMsg, "Process not started!"); |

