summaryrefslogtreecommitdiff
path: root/src/flstring.h
diff options
context:
space:
mode:
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 */