summaryrefslogtreecommitdiff
path: root/src/flstring.h
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2020-07-21 20:15:41 -0700
committerGreg Ercolano <erco@seriss.com>2020-08-01 14:19:40 -0700
commit2141c63628a831d3f53dad7035c94028f8d0d629 (patch)
tree614cb7b627da2decbb7cfe49c081f9d7b4140c58 /src/flstring.h
parent7514a73ba759f7fc9965eeef3b92ece899bd7a69 (diff)
Implement + deploy fl_strdup()
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))