This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
jiffy
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
Windows: MSVC compatibility
pull/21/merge
Dave Cottlehuber
13 年之前
committed by
Paul J. Davis
父節點
d127364b13
當前提交
3958170fd7
共有
2 個文件被更改
,包括
8 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
c_src/decoder.c
+4
-0
c_src/encoder.c
+ 4
- 0
c_src/decoder.c
查看文件
@ -16,6 +16,10 @@
#
define STACK_SIZE_INC 64
#
define NUM_BUF_LEN 32
#
ifdef WINDOWS || WIN32
#
define snprintf _snprintf
#
endif
enum
{
st_value
=
0
,
st_object
,
+ 4
- 0
c_src/encoder.c
查看文件
@ -20,6 +20,10 @@ do { \
}
\
}
while
(
0
)
#
ifdef WINDOWS || WIN32
#
define inline __inline
#
define snprintf _snprintf
#
endif
typedef
struct
{
ErlNifEnv
*
env
;
Write
Preview
Loading…
取消
儲存