diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-30 15:00:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-30 15:00:53 (GMT) |
commit | ef2af0514053a60f68769aade9e027631ac03b03 (patch) | |
tree | 46d5f19b9d7f148563412e45c790cf85dfd04905 | |
parent | a38b917162c8e4775854855891cbb1c85a112f22 (diff) | |
download | CMake-ef2af0514053a60f68769aade9e027631ac03b03.zip CMake-ef2af0514053a60f68769aade9e027631ac03b03.tar.gz CMake-ef2af0514053a60f68769aade9e027631ac03b03.tar.bz2 |
Attempt to unify the code
-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 748b95f..6c9a4db 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -1480,7 +1480,7 @@ bool RunCommandViaWin32(const char* command, int& retVal, bool verbose) { -#if defined(__BORLANDC__) +#if (1) // defined(__BORLANDC__) return ::WindowsRunCommand(command, dir, output, retVal, verbose); #else // Visual studio ::SetLastError(ERROR_SUCCESS); |