Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
XOY-Leveldb
Seguir
23
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Two small fixes for the Windows implementation (
#661
)
* Check if NOMIMMAX is defined before defining it * Pass char* for a %s format in a snprintf call
master
Felipe Oliveira Carvalho
hace 5 años
cometido por
Chris Mumford
padre
6571279d6d
commit
7035af5fc3
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
util/env_windows.cc
+ 2
- 0
util/env_windows.cc
Ver fichero
@ -4,7 +4,9 @@
// Prevent Windows headers from defining min/max macros and instead
// use STL.
#
ifndef NOMINMAX
#
define NOMINMAX
#
endif
// ifndef NOMINMAX
#
include
<windows.h>
#
include
<algorithm>
Escribir
Vista previa
Cargando…
Cancelar
Guardar