From 2141c63628a831d3f53dad7035c94028f8d0d629 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 21 Jul 2020 20:15:41 -0700 Subject: Implement + deploy fl_strdup() --- src/flstring.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/flstring.h') 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)) -- cgit v1.2.3