Attempt to unify the code
This commit is contained in:
parent
a38b917162
commit
ef2af05140
@ -1480,7 +1480,7 @@ bool RunCommandViaWin32(const char* command,
|
|||||||
int& retVal,
|
int& retVal,
|
||||||
bool verbose)
|
bool verbose)
|
||||||
{
|
{
|
||||||
#if defined(__BORLANDC__)
|
#if (1) // defined(__BORLANDC__)
|
||||||
return ::WindowsRunCommand(command, dir, output, retVal, verbose);
|
return ::WindowsRunCommand(command, dir, output, retVal, verbose);
|
||||||
#else // Visual studio
|
#else // Visual studio
|
||||||
::SetLastError(ERROR_SUCCESS);
|
::SetLastError(ERROR_SUCCESS);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user