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

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

Issue 1416493006: Change file op |ssize_t|s to FileOperationResult (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 5 years, 2 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 | tools/crashpad_database_util.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 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;
-#else
-typedef __w64 int ssize_t;
-#endif
-
typedef unsigned int pid_t;
#endif // CRASHPAD_COMPAT_WIN_SYS_TYPES_H_
« no previous file with comments | « no previous file | tools/crashpad_database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698