forked from GitHub/gf-core
rename strdup to _strdup for MSVC
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#define alloca _alloca
|
||||
#define strdup _strdup
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user