src: only define ssize_t on windows if undefined
This matches how libuv handles the definition of ssize_t, by typedef'ing intptr_t to ssize_t. However, in the future we will use portable types from stddef.h
parent
9836a4ee
Please register or sign in to comment