From ef2af0514053a60f68769aade9e027631ac03b03 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 30 Sep 2002 11:00:53 -0400 Subject: [PATCH] Attempt to unify the code --- Source/cmSystemTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 748b95faf..6c9a4db91 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);