本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
24
Wiki
活動
瀏覽代碼
include malloc.h so the win32 platform can build in MSVC (
#5365
)
pull/5366/head
Jeffery Myers
1 月之前
committed by
GitHub
父節點
0747e9b5c1
當前提交
90af210712
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID:
B5690EEEBB952194
共有
1 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/platforms/rcore_desktop_win32.c
+ 2
- 0
src/platforms/rcore_desktop_win32.c
查看文件
@ -72,6 +72,8 @@
#
include
<shellscalingapi.h>
#
include
<versionhelpers.h>
#
include
<malloc.h> // Required for alloca()
#
if !defined(GRAPHICS_API_OPENGL_11_SOFTWARE)
#
include
<GL/gl.h>
#
endif
Write
Preview
Loading…
取消
儲存