Chromium Code Reviews| 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; |
|
Mark Mentovai
2015/01/28 19:58:27
I kind of hope that this isn’t necessary in the lo
scottmg
2015/01/28 22:14:57
Avoiding the declaration seems clearer, done.
|
| + |
| #endif // CRASHPAD_COMPAT_WIN_SYS_TYPES_H_ |