このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Corrected issue with alloca.h on GCC
pull/266/head
Ray
8年前
親
ecfe31bf1d
コミット
e7f0d0eef1
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/external/stb_vorbis.c
+ 1
- 1
src/external/stb_vorbis.c
ファイルの表示
@ -168,7 +168,7 @@
#
include
<math.h>
/
/
find
definition
of
alloca
if
it
'
s
not
in
stdlib
.
h
:
#
if
def _MSC_VER
#
if
defined(_MSC_VER) || defined(__MINGW32__)
#
include
<malloc.h>
#
endif
#
if defined(__linux__) || defined(__linux) || defined(__EMSCRIPTEN__)
書き込み
プレビュー
読み込み中…
キャンセル
保存