Преглед изворни кода

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

legacy
Sam Hocevar sam пре 14 година
родитељ
комит
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"

#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
*/


Loading…
Откажи
Сачувај