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

Unified Diff: client/simulate_crash.h

Issue 1356383002: win: Implement CRASHPAD_SIMULATE_CRASH() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 5 years, 3 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/crashpad_client_win.cc ('k') | client/simulate_crash_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/simulate_crash.h
diff --git a/client/simulate_crash.h b/client/simulate_crash.h
index aa4625e2f2820198c8bbc0f1e41b5f4b9e9328ae..299fe97cf55be6c32cd3829af31bf7f90f38ff96 100644
--- a/client/simulate_crash.h
+++ b/client/simulate_crash.h
@@ -19,6 +19,8 @@
#if defined(OS_MACOSX)
#include "client/simulate_crash_mac.h"
+#elif defined(OS_WIN)
+#include "client/simulate_crash_win.h"
#endif
#endif // CRASHPAD_CLIENT_SIMULATE_CRASH_H_
« no previous file with comments | « client/crashpad_client_win.cc ('k') | client/simulate_crash_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698