mirror of
https://github.com/taglib/taglib.git
synced 2026-02-12 19:23:02 -05:00
Use snprintf instead of sprintf if possible.
This commit is contained in:
@ -14,6 +14,10 @@
|
||||
#cmakedefine HAVE_WIN_ATOMIC 1
|
||||
#cmakedefine HAVE_IA64_ATOMIC 1
|
||||
|
||||
/* Defined if your compiler supports some safer version of sprintf */
|
||||
#cmakedefine HAVE_SNPRINTF 1
|
||||
#cmakedefine HAVE_SPRINTF_S 1
|
||||
|
||||
/* Defined if your compiler has <codecvt> header */
|
||||
#cmakedefine HAVE_CODECVT 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user