| @@ -13,6 +13,10 @@ | |||||
| #include "core.h" | #include "core.h" | ||||
| #if defined WIN32 | |||||
| # define strcasecmp _stricmp | |||||
| #endif | |||||
| /* | /* | ||||
| * Dict implementation class | * Dict implementation class | ||||
| */ | */ | ||||
| @@ -9,10 +9,6 @@ | |||||
| #include "core.h" | #include "core.h" | ||||
| #if defined WIN32 | |||||
| # define strcasecmp _stricmp | |||||
| #endif | |||||
| /* | /* | ||||
| * Forge implementation class | * Forge implementation class | ||||
| */ | */ | ||||
| @@ -9,10 +9,6 @@ | |||||
| #include "core.h" | #include "core.h" | ||||
| #if defined WIN32 | |||||
| # define strcasecmp _stricmp | |||||
| #endif | |||||
| /* | /* | ||||
| * Tiler implementation class | * Tiler implementation class | ||||
| */ | */ | ||||