blob: 6b062f4a39e3f8b2e2b07cf8dd9a278c67aa5220 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 <WTypes.h>
+#include <wtypes.h>
typedef unsigned __int8 uint8_t;
typedef unsigned __int16 uint16_t;
|