From 90077a910e62ec55bc1e5a98f5946754c9c5f8bd Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 21 Dec 2013 14:53:11 +0100 Subject: Solved 64-bit run-time problems --- include/stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/stdint.h b/include/stdint.h index 4836190c5..87010ca5c 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -243,6 +243,6 @@ typedef uint64_t uintmax_t; #endif // __STDC_CONSTANT_MACROS ] -typedef int ssize_t; +typedef intptr_t ssize_t; #endif // _MSC_STDINT_H_ ] -- cgit v1.2.3