mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 07:46:53 +00:00
45afefa961
Those functions were added to the C11 standard as an extension under the name wcsnlen_s and strnlen_s. Also supported under that name in Windows. Renaming avoids a possible name conflict with the posix functions of the same name. Further this new name follows the pattern of names of the other "secure" functions. Fixes: #8274 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>