使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
lolengine
/
lol
镜像自地址
https://github.com/lolengine/lol
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
Move _strncasecmp define from forge.cpp/tiler.cpp to dict.cpp.
legacy
Sam Hocevar
sam
14 年前
父节点
9100b53f27
当前提交
ae70b9f658
共有
3 个文件被更改
,包括
4 次插入
和
8 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+4
-0
src/dict.cpp
+0
-4
src/forge.cpp
+0
-4
src/tiler.cpp
+ 4
- 0
src/dict.cpp
查看文件
@@ -13,6 +13,10 @@
#include "core.h"
#if defined WIN32
# define strcasecmp _stricmp
#endif
/*
* Dict implementation class
*/
+ 0
- 4
src/forge.cpp
查看文件
@@ -9,10 +9,6 @@
#include "core.h"
#if defined WIN32
# define strcasecmp _stricmp
#endif
/*
* Forge implementation class
*/
+ 0
- 4
src/tiler.cpp
查看文件
@@ -9,10 +9,6 @@
#include "core.h"
#if defined WIN32
# define strcasecmp _stricmp
#endif
/*
* Tiler implementation class
*/
撰写
预览
正在加载...
取消
保存