mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Avoids the internal strlen call inside strdup, and strdup is a deprecated function starting from MSVC2005 anyways. NOTE: Do NOT pass STRLEN_CONST as n parameter to strldup, it needs to be at least +1 character higher than the strlen return value of the same string