added define _strdup for Windows

This commit is contained in:
AgCaliva
2023-07-03 02:22:14 -03:00
parent ceb4a28991
commit 4843a3687a

View File

@@ -39,6 +39,10 @@
# include <xercesc/parsers/XercesDOMParser.hpp>
#endif
#ifdef _MSC_VER
# define strdup _strdup
#endif
XERCES_CPP_NAMESPACE_USE
//using namespace std;