diff --git a/Minetestmapper/porting.h b/Minetestmapper/porting.h index cb692b9..a468def 100644 --- a/Minetestmapper/porting.h +++ b/Minetestmapper/porting.h @@ -8,9 +8,9 @@ #endif #ifdef _MSC_VER - +#ifndef strcasecmp #define strcasecmp(a, b) _stricmp(a, b) - +#endif #endif #endif // _PORTING_H