Browse Source

Move _strncasecmp define from forge.cpp/tiler.cpp to dict.cpp.

legacy
Sam Hocevar sam 14 years ago
parent
commit
ae70b9f658
3 changed files with 4 additions and 8 deletions
  1. +4
    -0
      src/dict.cpp
  2. +0
    -4
      src/forge.cpp
  3. +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
*/


Loading…
Cancel
Save