1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 17:09:10 +00:00

Codefix 26a4da9b01: MinGW compilation failure

This commit is contained in:
Rubidium
2025-05-04 08:07:00 +02:00
committed by rubidium42
parent 7d7a6bd32c
commit d01bebbd18

View File

@@ -37,6 +37,9 @@
#define vsnprintf SAFEGUARD_DO_NOT_USE_THIS_METHOD
#define strncmp SAFEGUARD_DO_NOT_USE_THIS_METHOD
#ifdef strcasecmp
#undef strcasecmp
#endif
#define strcasecmp SAFEGUARD_DO_NOT_USE_THIS_METHOD
#ifdef stricmp
#undef stricmp