let define ssize_t here on windows

master
Pierre Joye 2021-08-23 17:05:36 +07:00
parent c425bc494c
commit 0143009716
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ typedef uint16_t uint_fast16_t;
typedef uint32_t uint_fast32_t;
typedef uint64_t uint_fast64_t;
typedef SSIZE_T ssize_t;
// 7.18.1.4 Integer types capable of holding object pointers
#ifdef _WIN64 // [
typedef signed __int64 intptr_t;