From db214d1145e46d527a46d1fc2519548d2c4d23f1 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 15:21:34 +0500 Subject: wip: fork --- src/flstring.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/flstring.h') diff --git a/src/flstring.h b/src/flstring.h index 04199d13e..5cedf1711 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -53,11 +53,6 @@ * Some of these functions are also defined in ISO C99... */ -# if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__) -# define strcasecmp(s,t) _stricmp((s), (t)) -# define strncasecmp(s,t,n) _strnicmp((s), (t), (n)) -# endif /* _WIN32 && ... */ - # ifdef __cplusplus extern "C" { # endif /* __cplusplus */ -- cgit v1.2.3