Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
cacalabs
/
libcaca
mirror da
https://github.com/cacalabs/libcaca.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
7
Wiki
Attività
Sfoglia il codice sorgente
win32: don't for _WIN32_WINNT to Win2K
If the system allows newer API's we should downversion it.
pull/75/head
Steve Lhomme
1 anno fa
parent
373c88b989
commit
93b558f26b
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-0
caca/driver/win32.c
+ 2
- 0
caca/driver/win32.c
Vedi File
@@ -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>
Scrivi
Anteprima
Caricamento…
Annulla
Salva