diff options
author | Pavel Labath <labath@google.com> | 2016-01-19 21:28:44 -0500 |
---|---|---|
committer | Mark Mentovai <mark@chromium.org> | 2016-01-19 21:28:44 -0500 |
commit | 48673cdb8c0c1e9eb137c7a68583b5e5898a54eb (patch) | |
tree | b2f921fce6dff6b898f6ca23468bc05f00e93354 /src/common/dwarf_line_to_module.cc | |
parent | breakpad: fix unittest failure when building with clang. (diff) | |
download | breakpad-48673cdb8c0c1e9eb137c7a68583b5e5898a54eb.tar.xz |
Fix 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
Review URL: https://codereview.chromium.org/1602563003 .
Patch from Pavel Labath <labath@google.com>.
Diffstat (limited to 'src/common/dwarf_line_to_module.cc')
0 files changed, 0 insertions, 0 deletions