This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
CMake
mirror of
https://github.com/Kitware/CMake.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
COMP: #if WIN32 -> #ifdef _WIN32 for Borland.
Brad King
21 years ago
parent
3cb8c6f666
commit
e7697cea94
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
Utilities/cmxmlrpc/win32_pthreads.c
+ 1
- 1
Utilities/cmxmlrpc/win32_pthreads.c
View File
@@ -25,7 +25,7 @@
#include "xmlrpc_config.h"
#include "xmlrpc_config.h"
-#if WIN32
+#if
def
_
WIN32
#include "xmlrpc_pthreads.h"
#include "xmlrpc_pthreads.h"