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

Unified Diff: client/crashpad_client_win.cc

Issue 1357833002: win: Get Crashpad compiling under VS2015 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: include 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 | « no previous file | client/settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/crashpad_client_win.cc
diff --git a/client/crashpad_client_win.cc b/client/crashpad_client_win.cc
index b2ab03a03112e4e727b7d33422406dac59ed98f0..e19aa7469d81a8015f5bd9bc70a52f97761ab999 100644
--- a/client/crashpad_client_win.cc
+++ b/client/crashpad_client_win.cc
@@ -118,8 +118,8 @@ bool CrashpadClient::SetHandler(const std::string& ipc_port) {
}
// The server returns these already duplicated to be valid in this process.
- g_signal_exception =
- reinterpret_cast<HANDLE>(response.registration.request_report_event);
+ g_signal_exception = reinterpret_cast<HANDLE>(
+ static_cast<uintptr_t>(response.registration.request_report_event));
return true;
}
« no previous file with comments | « no previous file | client/settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698