Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
libcaca
réplica de
https://github.com/cacalabs/libcaca.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
win32: don't for _WIN32_WINNT to Win2K
If the system allows newer API's we should downversion it.
pull/75/head
Steve Lhomme
hace 1 año
padre
373c88b989
commit
93b558f26b
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
caca/driver/win32.c
+ 2
- 0
caca/driver/win32.c
Ver fichero
@@ -19,7 +19,9 @@
#if defined(USE_WIN32)
#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x500 /* _WIN32_WINNT_WIN2K */
#define _WIN32_WINNT 0x500 /* Require WinXP or later */
#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
Escribir
Vista previa
Cargando…
Cancelar
Guardar