This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Move _strncasecmp define from forge.cpp/tiler.cpp to dict.cpp.
legacy
Sam Hocevar
sam
14 years ago
parent
9100b53f27
commit
ae70b9f658
3 changed files
with
4 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/dict.cpp
+0
-4
src/forge.cpp
+0
-4
src/tiler.cpp
+ 4
- 0
src/dict.cpp
View File
@@ -13,6 +13,10 @@
#include "core.h"
#if defined WIN32
# define strcasecmp _stricmp
#endif
/*
* Dict implementation class
*/
+ 0
- 4
src/forge.cpp
View File
@@ -9,10 +9,6 @@
#include "core.h"
#if defined WIN32
# define strcasecmp _stricmp
#endif
/*
* Forge implementation class
*/
+ 0
- 4
src/tiler.cpp
View File
@@ -9,10 +9,6 @@
#include "core.h"
#if defined WIN32
# define strcasecmp _stricmp
#endif
/*
* Tiler implementation class
*/
Write
Preview
Loading…
Cancel
Save