This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
* Damn, under Visual Studio it's _WIN32, not __WIN32__.
tags/v0.99.beta14
Sam Hocevar
sam
18 年之前
父節點
7e49e3e6fb
當前提交
5321386e24
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
caca/caca.h
+1
-1
cucul/cucul.h
+ 1
- 1
caca/caca.h
查看文件
@@ -27,7 +27,7 @@
#include <cucul.h>
#if !defined(_DOXYGEN_SKIP_ME)
# if defined(_
_
WIN32
__
) && defined(__LIBCACA__)
# if defined(_WIN32) && defined(__LIBCACA__)
# define __extern extern __declspec(dllexport)
# else
# define __extern extern
+ 1
- 1
cucul/cucul.h
查看文件
@@ -25,7 +25,7 @@
#define __CUCUL_H__
#if !defined(_DOXYGEN_SKIP_ME)
# if defined(_
_
WIN32
__
) && defined(__LIBCUCUL__)
# if defined(_WIN32) && defined(__LIBCUCUL__)
# define __extern extern __declspec(dllexport)
# else
# define __extern extern
Write
Preview
Loading…
取消
儲存