This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Apq
/
CMake
espejo de
https://github.com/Kitware/CMake.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
COMP: #if WIN32 -> #ifdef _WIN32 for Borland.
Brad King
hace 21 años
padre
3cb8c6f666
commit
e7697cea94
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
Utilities/cmxmlrpc/win32_pthreads.c
+ 1
- 1
Utilities/cmxmlrpc/win32_pthreads.c
Ver fichero
@@ -25,7 +25,7 @@
#include "xmlrpc_config.h"
-#if WIN32
+#if
def
_
WIN32
#include "xmlrpc_pthreads.h"