summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-03-01 16:01:47 (GMT)
committerBrad King <brad.king@kitware.com>2005-03-01 16:01:47 (GMT)
commite7697cea94ef9c23e057820c07e47a213213e7e3 (patch)
treeaeabb39d9316cd2fbd40a68537572f8564be4d3f /Utilities
parent3cb8c6f6667b9ca54c1ab28f039e790f9ae4fc61 (diff)
downloadCMake-e7697cea94ef9c23e057820c07e47a213213e7e3.zip
CMake-e7697cea94ef9c23e057820c07e47a213213e7e3.tar.gz
CMake-e7697cea94ef9c23e057820c07e47a213213e7e3.tar.bz2
COMP: #if WIN32 -> #ifdef _WIN32 for Borland.
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cmxmlrpc/win32_pthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmxmlrpc/win32_pthreads.c b/Utilities/cmxmlrpc/win32_pthreads.c
index fd0d2db..b45363d 100644
--- a/Utilities/cmxmlrpc/win32_pthreads.c
+++ b/Utilities/cmxmlrpc/win32_pthreads.c
@@ -25,7 +25,7 @@
#include "xmlrpc_config.h"
-#if WIN32
+#ifdef _WIN32
#include "xmlrpc_pthreads.h"