creachadair / imath

Arbitrary precision integer and rational arithmetic library
Other
131 stars 20 forks source link

Compile fix for msvc #13

Closed Meinersbur closed 7 years ago

Meinersbur commented 8 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.

Meinersbur commented 7 years ago

ping

Meinersbur commented 7 years ago

Close as problem was fixed by another pull-request in c66ddd442d1500b38b3ae93b98bf93ab9eb28edd.