summaryrefslogtreecommitdiffstats
path: root/Utilities/cmxmlrpc/win32_pthreads.c
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-16 20:31:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-16 20:31:38 (GMT)
commit4100a6d767213fbe8bb22cb9b7f03e840c4d4e66 (patch)
tree909e1e7213dcdccdea45f70403ea7cbed7812981 /Utilities/cmxmlrpc/win32_pthreads.c
parent3768961a667634c6f5d5dec22157241bb317f760 (diff)
downloadCMake-4100a6d767213fbe8bb22cb9b7f03e840c4d4e66.zip
CMake-4100a6d767213fbe8bb22cb9b7f03e840c4d4e66.tar.gz
CMake-4100a6d767213fbe8bb22cb9b7f03e840c4d4e66.tar.bz2
COMP: Fix more pthreads problems on windows
Diffstat (limited to 'Utilities/cmxmlrpc/win32_pthreads.c')
-rw-r--r--Utilities/cmxmlrpc/win32_pthreads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmxmlrpc/win32_pthreads.c b/Utilities/cmxmlrpc/win32_pthreads.c
index a072f9b..8f736ca5 100644
--- a/Utilities/cmxmlrpc/win32_pthreads.c
+++ b/Utilities/cmxmlrpc/win32_pthreads.c
@@ -27,6 +27,7 @@
#ifdef _WIN32
+#define HAVE_PTHREADS 1
#include "xmlrpc_pthreads.h"
#include <process.h>