本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
24
Wiki
活動
瀏覽代碼
Merge pull request
#29
from procedural/linux-fixes
Fix compiling on Linux
pull/56/head
Ray
9 年之前
父節點
77558eec0c
7c36289768
當前提交
f582ab06ad
共有
2 個檔案被更改
,包括
3 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/gestures.c
+1
-1
src/makefile
+ 2
- 1
src/gestures.c
查看文件
@ -37,6 +37,7 @@
#
if defined(_WIN32)
/
/
#
include
<
Windows
.
h
>
#
elif defined(__linux)
#
include
<sys/time.h> // Declares storage size of ‘now’
#
include
<time.h> // Used for clock functions
#
endif
@ -659,4 +660,4 @@ static EM_BOOL EmscriptenInputCallback(int eventType, const EmscriptenTouchEvent
return
1
;
}
#
endif
#
endif
+ 1
- 1
src/makefile
查看文件
@ -73,7 +73,7 @@ endif
i
f
e
q
(
$(
PLATFORM
)
,
P
L
A
T
F
O
R
M
_
R
P
I
)
CFLAGS
=
-O1 -Wall -std
=
gnu99 -fgnu89-inline
e
l
s
e
CFLAGS
=
-O1 -Wall -std
=
c
99
CFLAGS
=
-O1 -Wall -std
=
gnu
99
e
n
d
i
f
#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes
Write
Preview
Loading…
取消
儲存