diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-05-07 18:22:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-05-07 18:22:48 (GMT) |
commit | 8da9b14cc6e21293507f5384a80caf8e2529f460 (patch) | |
tree | cef9627da1a37d0919c581782ff07b323acb1b1e /Source/kwsys/ProcessWin32.c | |
parent | 02e90fd76c1a0ee6ae2eb6dec63efad19fefb9de (diff) | |
download | CMake-8da9b14cc6e21293507f5384a80caf8e2529f460.zip CMake-8da9b14cc6e21293507f5384a80caf8e2529f460.tar.gz CMake-8da9b14cc6e21293507f5384a80caf8e2529f460.tar.bz2 |
ERR: On Borland preprocessor goes into recursion which adds some weid spaces in the include name. This fixes it
Diffstat (limited to 'Source/kwsys/ProcessWin32.c')
-rw-r--r-- | Source/kwsys/ProcessWin32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/ProcessWin32.c b/Source/kwsys/ProcessWin32.c index 7f3b03f..9c86242 100644 --- a/Source/kwsys/ProcessWin32.c +++ b/Source/kwsys/ProcessWin32.c @@ -63,7 +63,7 @@ Q190351 and Q150956. /* The maximum amount to read from a pipe at a time. */ #define KWSYSPE_PIPE_BUFFER_SIZE 1024 -#define kwsysEncodedWriteArrayProcessFwd9x kwsys(EncodedWriteArrayProcessFwd9x) +#define kwsysEncodedWriteArrayProcessFwd9x kw_sys(EncodedWriteArrayProcessFwd9x) typedef LARGE_INTEGER kwsysProcessTime; |