Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(12)

Unified Diff: src/google_breakpad/common/breakpad_types.h

Issue 548002: Fix mingw compilation. (Closed)
Patch Set: rebased patch Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/common/windows/pdb_source_line_writer.cc ('k') | src/google_breakpad/common/minidump_cpu_amd64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/google_breakpad/common/breakpad_types.h
diff --git a/src/google_breakpad/common/breakpad_types.h b/src/google_breakpad/common/breakpad_types.h
index a60c5f3593a22bb4a6dacdd00c7e7702ac7a5f4c..e92436ff29eb00db65adb4c83923ceee127d2686 100644
--- a/src/google_breakpad/common/breakpad_types.h
+++ b/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;
« no previous file with comments | « src/common/windows/pdb_source_line_writer.cc ('k') | src/google_breakpad/common/minidump_cpu_amd64.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted