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

Unified Diff: util/win/process_info.h

Issue 1422023010: win: Use signed int as the integer representation of HANDLEs (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 1 month 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
Index: util/win/process_info.h
diff --git a/util/win/process_info.h b/util/win/process_info.h
index 49a6f3549b06cbdcca6e4e56518455eb87e04fa2..fb1b8b3e0ac6783e3b85e594d976277d79b269f9 100644
--- a/util/win/process_info.h
+++ b/util/win/process_info.h
@@ -58,7 +58,7 @@ class ProcessInfo {
std::wstring type_name;
//! \brief The handle's value.
- uint32_t handle;
+ int handle;
//! \brief The attributes for the handle, e.g. `OBJ_INHERIT`,
//! `OBJ_CASE_INSENSITIVE`, etc.

Powered by Google App Engine
This is Rietveld 408576698