Переглянути джерело

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

legacy
Sam Hocevar sam 16 роки тому
джерело
коміт
ae70b9f658
3 змінених файлів з 4 додано та 8 видалено
  1. +4
    -0
      src/dict.cpp
  2. +0
    -4
      src/forge.cpp
  3. +0
    -4
      src/tiler.cpp

+ 4
- 0
src/dict.cpp Переглянути файл

@@ -13,6 +13,10 @@


#include "core.h" #include "core.h"


#if defined WIN32
# define strcasecmp _stricmp
#endif

/* /*
* Dict implementation class * Dict implementation class
*/ */


+ 0
- 4
src/forge.cpp Переглянути файл

@@ -9,10 +9,6 @@


#include "core.h" #include "core.h"


#if defined WIN32
# define strcasecmp _stricmp
#endif

/* /*
* Forge implementation class * Forge implementation class
*/ */


+ 0
- 4
src/tiler.cpp Переглянути файл

@@ -9,10 +9,6 @@


#include "core.h" #include "core.h"


#if defined WIN32
# define strcasecmp _stricmp
#endif

/* /*
* Tiler implementation class * Tiler implementation class
*/ */


Завантаження…
Відмінити
Зберегти