diff options
Diffstat (limited to 'src/flstring.h')
| -rw-r--r-- | src/flstring.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/flstring.h b/src/flstring.h index fa3111226..d902c0a9f 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -52,10 +52,6 @@ * Some of these functions are also defined in ISO C99... */ -# if defined(_MSC_VER) -# define strdup _strdup -# endif /* _MSC_VER */ - # if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__) # define strcasecmp(s,t) _stricmp((s), (t)) # define strncasecmp(s,t,n) _strnicmp((s), (t), (n)) |
