Uses ISO _strdup() instead of POSIX strdup() if possible

This commit is contained in:
Tsuda Kageyu
2013-06-11 12:06:29 +09:00
parent 25590fe70c
commit 804f882e38
3 changed files with 50 additions and 14 deletions

View File

@ -39,6 +39,9 @@
#cmakedefine HAVE_SNPRINTF 1
#cmakedefine HAVE_SPRINTF_S 1
/* Defined if your compiler supports ISO _strdup. */
#cmakedefine HAVE_ISO_STRDUP 1
/* Defined if your compiler supports codecvt */
#cmakedefine HAVE_STD_CODECVT 1