Procházet zdrojové kódy

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

legacy
Sam Hocevar sam před 14 roky
rodič
revize
ae70b9f658
3 změnil soubory, kde provedl 4 přidání a 8 odebrání
  1. +4
    -0
      src/dict.cpp
  2. +0
    -4
      src/forge.cpp
  3. +0
    -4
      src/tiler.cpp

+ 4
- 0
src/dict.cpp Zobrazit soubor

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

#include "core.h"

#if defined WIN32
# define strcasecmp _stricmp
#endif

/*
* Dict implementation class
*/


+ 0
- 4
src/forge.cpp Zobrazit soubor

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

#include "core.h"

#if defined WIN32
# define strcasecmp _stricmp
#endif

/*
* Forge implementation class
*/


+ 0
- 4
src/tiler.cpp Zobrazit soubor

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

#include "core.h"

#if defined WIN32
# define strcasecmp _stricmp
#endif

/*
* Tiler implementation class
*/


Načítá se…
Zrušit
Uložit