DescriptionFix usage of snprintf for MSVC
Older versions of MSVC don't have a snprintf functions. Some files
were already working around that, but not all of them. Instead of
copying the logic into every file, I centralize it into a new
stdio.h wrapper file and make other files include that.
BUG=
R=mark@chromium.org
Committed: https://chromium.googlesource.com/breakpad/breakpad/+/d5d13e605e161b8374d07ed61b17d75fe6d46381
Patch Set 1 #
Total comments: 1
Messages
Total messages: 14 (3 generated)
|