mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
Silence some MSVC security warnings by replacing strdup() with _strdup().
Backported from taglib2.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user