diff options
Diffstat (limited to 'Source/cmWin32ProcessExecution.h')
-rw-r--r-- | Source/cmWin32ProcessExecution.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmWin32ProcessExecution.h b/Source/cmWin32ProcessExecution.h index 9f58374..2d5427f 100644 --- a/Source/cmWin32ProcessExecution.h +++ b/Source/cmWin32ProcessExecution.h @@ -135,8 +135,10 @@ public: * will display it in our app. Consequently, we check for input in * our app and send it off to the write end of the stdin pipe. */ - static bool BorlandRunCommand(const char* command, const char* dir, - std::string& output, int& retVal, bool verbose, + static bool BorlandRunCommand(const char* command, + const char* dir, + std::string& output, int& retVal, + bool verbose, int timeout, bool hideWindows); private: |