Explorar el Código

COMP: #if WIN32 -> #ifdef _WIN32 for Borland.

Brad King hace 21 años
padre
commit
e7697cea94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Utilities/cmxmlrpc/win32_pthreads.c

+ 1 - 1
Utilities/cmxmlrpc/win32_pthreads.c

@@ -25,7 +25,7 @@
 
 #include "xmlrpc_config.h"
 
-#if WIN32
+#ifdef _WIN32
 
 #include "xmlrpc_pthreads.h"