ソースを参照

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


読み込み中…
キャンセル
保存