mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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