summaryrefslogtreecommitdiff
path: root/src/flstring.h
diff options
context:
space:
mode:
authorerco77 <erco@seriss.com>2020-08-01 14:35:44 -0700
committerGitHub <noreply@github.com>2020-08-01 14:35:44 -0700
commit7abc09ad89b4c3d0c17ee8dc9d02ccd261cd13f2 (patch)
tree72e461bac5930f8a319d48a6ea99ba793dd35a8b /src/flstring.h
parent7514a73ba759f7fc9965eeef3b92ece899bd7a69 (diff)
parente9688822ec68f066f425953278a853e049b93dfb (diff)
Merge pull request #116 from erco77/fl_strdup
fl_strdup() implemented + deployed
Diffstat (limited to 'src/flstring.h')
-rw-r--r--src/flstring.h4
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))