本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
core: fix the Windows and OS X builds with SDL.
legacy
Sam Hocevar
sam
12 年之前
父節點
48b0f20f00
當前提交
cb1f420933
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/core.h
+ 1
- 1
src/core.h
查看文件
@@ -67,7 +67,7 @@ static inline int isnan(float f)
#endif
/* If using SDL and Visual Studio, let it override main() */
#if defined
_MSVC && defined USE_SDL
#if defined
USE_SDL && (defined _MSC_VER || defined __APPLE__)
# include <SDL_main.h>
#endif
Write
Preview
Loading…
取消
儲存