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..40344c2a99993ae1a624f0990ae9d2f89b3b22b0 100644 |
| --- a/compat/win/sys/types.h |
| +++ b/compat/win/sys/types.h |
| @@ -21,7 +21,9 @@ |
| #ifdef _WIN64 |
| typedef __int64 ssize_t; |
| #else |
| -typedef _W64 int ssize_t; |
| +typedef __w64 int ssize_t; |
| #endif |
| +typedef unsigned long pid_t; |
| + |
| #endif // CRASHPAD_COMPAT_WIN_SYS_TYPES_H_ |