diff --git a/src/dict.cpp b/src/dict.cpp index 503a8735..024add06 100644 --- a/src/dict.cpp +++ b/src/dict.cpp @@ -13,6 +13,10 @@ #include "core.h" +#if defined WIN32 +# define strcasecmp _stricmp +#endif + /* * Dict implementation class */ diff --git a/src/forge.cpp b/src/forge.cpp index 59a88bdc..b6d61cf8 100644 --- a/src/forge.cpp +++ b/src/forge.cpp @@ -9,10 +9,6 @@ #include "core.h" -#if defined WIN32 -# define strcasecmp _stricmp -#endif - /* * Forge implementation class */ diff --git a/src/tiler.cpp b/src/tiler.cpp index 3cae79f7..0c681d86 100644 --- a/src/tiler.cpp +++ b/src/tiler.cpp @@ -9,10 +9,6 @@ #include "core.h" -#if defined WIN32 -# define strcasecmp _stricmp -#endif - /* * Tiler implementation class */