mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 23:14:33 -04:00
Uses ISO _strdup() instead of POSIX strdup() if possible
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user