Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: compat/non_win/winnt.h

Issue 1566713002: Use base/macros.h instead of base/basictypes.h (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Windows #incldue → #include Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/simulate_crash_mac_test.cc ('k') | handler/crash_report_upload_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/non_win/winnt.h
diff --git a/compat/non_win/winnt.h b/compat/non_win/winnt.h
index 03167aa52b166190f04acd9bbc238d031ab18dad..82af0e6d3bbbc900dff8eada51912cc63d475acc 100644
--- a/compat/non_win/winnt.h
+++ b/compat/non_win/winnt.h
@@ -15,6 +15,8 @@
#ifndef CRASHPAD_COMPAT_NON_WIN_WINNT_H_
#define CRASHPAD_COMPAT_NON_WIN_WINNT_H_
+#include <stdint.h>
+
//! \file
//! \anchor VER_SUITE_x
« no previous file with comments | « client/simulate_crash_mac_test.cc ('k') | handler/crash_report_upload_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698