Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
net: fix a Windows compilation issue.
legacy
Sam Hocevar
hace 5 años
padre
a1e258656e
commit
8c37ce1497
Se han
modificado 1 ficheros
con
9 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+9
-0
src/net/http.cpp
+ 9
- 0
src/net/http.cpp
Ver fichero
@@ -16,6 +16,15 @@
# define CPPHTTPLIB_OPENSSL_SUPPORT 1
#endif
#if _WIN32
# define WIN32_LEAN_AND_MEAN 1
# include <windows.h>
# undef NEAR // avoids errors in <inaddr.h>
# undef FAR
# define NEAR
# define FAR
#endif
#if __EMSCRIPTEN__
# include <emscripten/fetch.h>
#else
Escribir
Vista previa
Cargando…
Cancelar
Guardar