summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessWin32.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-05-10 17:38:33 (GMT)
committerBrad King <brad.king@kitware.com>2004-05-10 17:38:33 (GMT)
commitdd70c8f82d5101fa4ec49c379fdbbdda14fe9a3b (patch)
tree26b462afd164088a4bc79fc92cecfcf346dd161b /Source/kwsys/ProcessWin32.c
parent5017fc66e5b0c466d1ddd747e3737a3c738e438c (diff)
downloadCMake-dd70c8f82d5101fa4ec49c379fdbbdda14fe9a3b.zip
CMake-dd70c8f82d5101fa4ec49c379fdbbdda14fe9a3b.tar.gz
CMake-dd70c8f82d5101fa4ec49c379fdbbdda14fe9a3b.tar.bz2
ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the macro at the correct time.
Diffstat (limited to 'Source/kwsys/ProcessWin32.c')
-rw-r--r--Source/kwsys/ProcessWin32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/ProcessWin32.c b/Source/kwsys/ProcessWin32.c
index 9c86242..cdb4e96 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 kw_sys(EncodedWriteArrayProcessFwd9x)
+#define kwsysEncodedWriteArrayProcessFwd9x kwsys_ns(EncodedWriteArrayProcessFwd9x)
typedef LARGE_INTEGER kwsysProcessTime;