1
0
Fork 0

Codechange: Remove unused macro strncasecmp.

pull/14026/head
frosch 2025-04-17 17:37:03 +02:00
parent 68e9e2239c
commit ba93d9c11a
1 changed files with 0 additions and 4 deletions

View File

@ -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