From 9a0fd32cf6e2ada37675bc743532c5004b16e5e3 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sun, 8 Mar 2015 15:14:03 +0000 Subject: Added patches to fix build bugs for Windows, MacOS and Android --- data/patches/torbrowser-bug-12811.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/patches/torbrowser-bug-12811.patch (limited to 'data/patches/torbrowser-bug-12811.patch') diff --git a/data/patches/torbrowser-bug-12811.patch b/data/patches/torbrowser-bug-12811.patch new file mode 100644 index 0000000..6b062f4 --- /dev/null +++ b/data/patches/torbrowser-bug-12811.patch @@ -0,0 +1,19 @@ + Bug 12811: WTypes.h -> wtypes.h +--- + .../google-breakpad/src/google_breakpad/common/breakpad_types.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/toolkit/crashreporter/google-breakpad/src/google_breakpad/common/breakpad_types.h b/toolkit/crashreporter/google-breakpad/src/google_breakpad/common/breakpad_types.h +index a60c5f3..e92436f 100644 +--- a/toolkit/crashreporter/google-breakpad/src/google_breakpad/common/breakpad_types.h ++++ b/toolkit/crashreporter/google-breakpad/src/google_breakpad/common/breakpad_types.h +@@ -58,7 +58,7 @@ + */ + #include BREAKPAD_CUSTOM_STDINT_H + #else +-#include ++#include + + typedef unsigned __int8 uint8_t; + typedef unsigned __int16 uint16_t; + -- cgit v1.2.3