mirror of https://github.com/OpenTTD/OpenTTD
Codechange: Remove unused macro strncasecmp.
parent
84e175ce63
commit
45917dbaa3
|
@ -18,10 +18,6 @@
|
||||||
|
|
||||||
#include "table/control_codes.h"
|
#include "table/control_codes.h"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
# define strncasecmp strnicmp
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include "os/windows/win32.h"
|
# include "os/windows/win32.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue