[tor-commits] [tor-browser/tor-browser-31.1.1esr-4.x-1] Bug 12811: WTypes.h -> wtypes.h
mikeperry at torproject.org
mikeperry at torproject.org
Tue Sep 30 08:15:08 UTC 2014
commit 557444bbe19e080dcfca20552f4dce7c0627c542
Author: Georg Koppen <gk at torproject.org>
Date: Wed Aug 20 10:42:16 2014 +0000
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 <WTypes.h>
+#include <wtypes.h>
typedef unsigned __int8 uint8_t;
typedef unsigned __int16 uint16_t;
More information about the tor-commits
mailing list