aboutsummaryrefslogtreecommitdiff
path: root/src/processor/symbolic_constants_win.cc
diff options
context:
space:
mode:
authorYunxiao Ma <yxma@google.com>2016-04-05 15:45:30 -0400
committerMark Mentovai <mark@chromium.org>2016-04-05 15:45:30 -0400
commit46359276c8c72c56e4103c90be22bbfda32c942d (patch)
treed80c91037778ae73606bf90024bf0b285297901a /src/processor/symbolic_constants_win.cc
parentSwitch the Linux minidump writer to use MDCVInfoELF for CV data. (diff)
downloadbreakpad-46359276c8c72c56e4103c90be22bbfda32c942d.tar.xz
Rename stdio.h wrapper file to stdio_wrapper.h.
Some projects will get build break because the comipler is confused when searches for the standard stdio.h. Rename the wrapper file to avoid that. renamed: src/common/stdio.h -> src/common/stdio_wrapper.h modified: src/processor/minidump.cc modified: src/processor/dump_context.cc modified: src/processor/logging.cc modified: src/processor/minidump.cc modified: src/processor/minidump_processor.cc modified: src/processor/stackwalk_common.cc modified: src/processor/symbolic_constants_win.cc R=mark@chromium.org, labath@google.com Review URL: https://codereview.chromium.org/1864603002 . Patch from Yunxiao Ma <yxma@google.com>.
Diffstat (limited to 'src/processor/symbolic_constants_win.cc')
-rw-r--r--src/processor/symbolic_constants_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/symbolic_constants_win.cc b/src/processor/symbolic_constants_win.cc
index adb0cc0a..8f142a76 100644
--- a/src/processor/symbolic_constants_win.cc
+++ b/src/processor/symbolic_constants_win.cc
@@ -35,7 +35,7 @@
#include <string>
-#include "common/stdio.h"
+#include "common/stdio_wrapper.h"
#include "google_breakpad/common/breakpad_types.h"
#include "google_breakpad/common/minidump_exception_win32.h"
#include "processor/symbolic_constants_win.h"