Closed Meinersbur closed 7 years ago
The type ssize_t is a POSIX extension to the C language and hence not available on the windows platform. Add a typedef to the corresponding signed type of size_t when compiling with msvc.
ping
Close as problem was fixed by another pull-request in c66ddd442d1500b38b3ae93b98bf93ab9eb28edd.
The type ssize_t is a POSIX extension to the C language and hence not available on the windows platform. Add a typedef to the corresponding signed type of size_t when compiling with msvc.