Index: compat/win/sys/types.h |
diff --git a/compat/win/sys/types.h b/compat/win/sys/types.h |
index 317973211fe5d9b07feb0b677dcb02ddd5218b67..5355bcf7b277dcee5f892456b2f15381765731be 100644 |
--- a/compat/win/sys/types.h |
+++ b/compat/win/sys/types.h |
@@ -24,12 +24,6 @@ |
#include <stdint.h> |
-#ifdef _WIN64 |
-typedef int64_t ssize_t; |
Mark Mentovai
2015/10/22 22:56:18
Hmm…wait…these were int64_t/int, but now FileOpera
scottmg
2015/10/22 23:13:40
Yeah, that was out of a probably-unnecessary desir
|
-#else |
-typedef __w64 int ssize_t; |
-#endif |
- |
typedef unsigned int pid_t; |
#endif // CRASHPAD_COMPAT_WIN_SYS_TYPES_H_ |