breakpad/src/client/windows/handler
Mike Frysinger 2b7724245b windows: fix build on pre-Win10 systems
The use of DBG_PRINTEXCEPTION_WIDE_C was added for Win10 support,
but that define doesn't exist in older versions which means we fail
to build.  Put it behind an ifdef check to work everywhere.

Change-Id: Ibab8bddd5c19b4b50e356f59edeb3873c3104569
Reviewed-on: https://chromium-review.googlesource.com/441525
Reviewed-by: Mark Mentovai <mark@chromium.org>
2017-02-11 22:36:18 +00:00
..
exception_handler.cc windows: fix build on pre-Win10 systems 2017-02-11 22:36:18 +00:00
exception_handler.gyp Moving directory 'build' one level up as it collides with a file named 'BUILD' which happens to be in that same location in the Google source depot. 2014-04-10 17:37:20 +00:00
exception_handler.h Add a new argument to specify the minidump type to write on Windows. 2016-06-29 06:48:26 -04:00