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

Unified Diff: compat/win/sys/types.h

Issue 853853002: win: Stub reorganization of MultiprocessExec (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 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 | « no previous file | snapshot/mac/mach_o_image_annotations_reader_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/win/sys/types.h
diff --git a/compat/win/sys/types.h b/compat/win/sys/types.h
index 9b46cc260343d68eec991b63e03bdbea290bd5d3..7e5ac0bfa73137f8c3d8949e3201d6ec4434f746 100644
--- a/compat/win/sys/types.h
+++ b/compat/win/sys/types.h
@@ -24,4 +24,6 @@ typedef __int64 ssize_t;
typedef _W64 int ssize_t;
#endif
+typedef unsigned long pid_t;
+
#endif // CRASHPAD_COMPAT_WIN_SYS_TYPES_H_
« no previous file with comments | « no previous file | snapshot/mac/mach_o_image_annotations_reader_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698