Silence some MSVC security warnings by replacing strdup() with _strdup().

Backported from taglib2.
This commit is contained in:
Tsuda Kageyu
2015-11-13 10:06:01 +09:00
parent ec8e611909
commit 86c7e905ba
3 changed files with 53 additions and 13 deletions

View File

@ -19,6 +19,9 @@
#cmakedefine HAVE_VSNPRINTF 1
#cmakedefine HAVE_VSPRINTF_S 1
/* Defined if your compiler supports ISO _strdup. */
#cmakedefine HAVE_ISO_STRDUP 1
/* Defined if you have libz */
#cmakedefine HAVE_ZLIB 1