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

Codechange: Remove unused macro strncasecmp.

This commit is contained in:
frosch
2025-04-17 17:37:03 +02:00
committed by frosch
parent 84e175ce63
commit 45917dbaa3

View File

@@ -18,10 +18,6 @@
#include "table/control_codes.h"
#ifdef _MSC_VER
# define strncasecmp strnicmp
#endif
#ifdef _WIN32
# include "os/windows/win32.h"
#endif