commit e26794ace9b12a87f67b20a151d2c71a1563e26a Author: teor <t...@torproject.org> Date: Tue Jul 31 11:20:44 2018 +1000
Add TOR_PRIdSZ to torint.h --- src/lib/cc/torint.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/lib/cc/torint.h b/src/lib/cc/torint.h index b97fc8d97..509772472 100644 --- a/src/lib/cc/torint.h +++ b/src/lib/cc/torint.h @@ -100,6 +100,16 @@ typedef int32_t ssize_t; # define TOR_PRIuSZ "zu" #endif +#ifdef _WIN32 +# ifdef _WIN64 +# define TOR_PRIdSZ PRId64 +# else +# define TOR_PRIdSZ PRId32 +# endif +#else +# define TOR_PRIdSZ "zd" +#endif + #ifndef SSIZE_MAX #if (SIZEOF_SIZE_T == 4) #define SSIZE_MAX INT32_MAX _______________________________________________ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits