windows: use proper fallback for ssize_t and use stdint.h for types
stdint.h is available since vs2010 and stdbool.h since vs2013, so we should be able to just use that these days.
Showing
Please register or sign in to comment
stdint.h is available since vs2010 and stdbool.h since vs2013, so we should be able to just use that these days.