diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-30 15:41:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-30 15:41:53 (GMT) |
commit | 9619ee3aa10d6e89129a66362433b969e35e6232 (patch) | |
tree | dfdca421c571121733b48044d71a54365a802278 /Source/cmSystemTools.cxx | |
parent | ef2af0514053a60f68769aade9e027631ac03b03 (diff) | |
download | CMake-9619ee3aa10d6e89129a66362433b969e35e6232.zip CMake-9619ee3aa10d6e89129a66362433b969e35e6232.tar.gz CMake-9619ee3aa10d6e89129a66362433b969e35e6232.tar.bz2 |
Another attempt on Windows 98
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 6c9a4db..748b95f 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -1480,7 +1480,7 @@ bool RunCommandViaWin32(const char* command, int& retVal, bool verbose) { -#if (1) // defined(__BORLANDC__) +#if defined(__BORLANDC__) return ::WindowsRunCommand(command, dir, output, retVal, verbose); #else // Visual studio ::SetLastError(ERROR_SUCCESS); |