1
0
Fork 0

Codechange: Remove unused macro strncasecmp.

pull/14031/head
frosch 2025-04-17 17:37:03 +02:00 committed by frosch
parent 84e175ce63
commit 45917dbaa3
1 changed files with 0 additions and 4 deletions

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