breakpad/src
Michael Forney 5bba75bfd6 Remove true/false defines in convert_UTF.cc
These are left over from when this file was written in C.

In C++, true and false are keywords, so this is no longer necessary.
In fact, redefining a keyword is not actually permitted in ISO C++
(https://eel.is/c++draft/macro.names#2), and is rejected by MSVC.

Change-Id: I2f4a6eae7f8dd4d91b8ee6588c7ae5e8f20bd0d0
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2105831
Reviewed-by: Mike Frysinger <vapier@chromium.org>
2020-03-19 03:19:55 +00:00
..
build Fix MSVC build on 64-bit 2017-09-25 07:10:11 +00:00
client Use breakpad_getcontext on all Linux platforms missing getcontext 2020-03-16 21:27:07 +00:00
common Remove true/false defines in convert_UTF.cc 2020-03-19 03:19:55 +00:00
google_breakpad Extract the exception record from the minidump 2020-01-03 20:47:38 +00:00
processor android: truncate lower of two overlapping modules 2020-02-21 04:06:35 +00:00
third_party List missing 64-bit arches in the bundled curl 2017-11-13 19:50:29 +00:00
tools Use ULONG_MAX instead of __WORDSIZE to determine native ELF architecture 2020-03-17 06:30:52 +00:00
breakpad_googletest_includes.h
config.h.in Use breakpad_getcontext on all Linux platforms missing getcontext 2020-03-16 21:27:07 +00:00