summaryrefslogtreecommitdiff
path: root/src/flstring.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 15:21:34 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 15:21:34 +0500
commitdb214d1145e46d527a46d1fc2519548d2c4d23f1 (patch)
treecf0fd9922e4d54f6beb63888f9b28c8e2a787bdf /src/flstring.h
parent75fc94d6c71fe686f6dde5b41ad91cba2f6bdd6f (diff)
wip: fork
Diffstat (limited to 'src/flstring.h')
-rw-r--r--src/flstring.h5
1 files changed, 0 insertions, 5 deletions
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 */