本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
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 年之前
父節點
373c88b989
當前提交
93b558f26b
共有
1 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
caca/driver/win32.c
+ 2
- 0
caca/driver/win32.c
查看文件
@@ -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>
Write
Preview
Loading…
取消
儲存