This website works better with JavaScript.
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
small buildfix in lolunit
undefined
Benjamin ‘Touky’ Huet
Sam Hocevar
<sam@hocevar.net>
10 年之前
父節點
7b5ccb47d2
當前提交
a8642c05c2
共有
1 個文件被更改
,包括
13 次插入
和
0 次删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
tools/lolunit/lolunit.h
+ 13
- 0
tools/lolunit/lolunit.h
查看文件
@@ -21,6 +21,19 @@
#include <iomanip>
#include <iomanip>
#include <sstream>
#include <sstream>
#include <cstdio>
#include <cstdio>
#if defined _XBOX
# include <xtl.h>
# undef near /* Fuck Microsoft */
# undef far /* Fuck Microsoft again */
#elif defined _WIN32
# if defined USE_D3D9
# include <d3d9.h>
# endif
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# undef near /* Fuck Microsoft */
# undef far /* Fuck Microsoft again */
#endif
namespace lol
namespace lol
{
{
Write
Preview
Loading…
取消
儲存