c-ringbuf icon indicating copy to clipboard operation
c-ringbuf copied to clipboard

Missing ssize_t under Visual Studio

Open jamiebullock opened this issue 6 years ago • 1 comments

Issue description

If compiling on Windows under Visual Studio, build fails due to missing ssize_t definition

Steps to reproduce

Attempt to compile c-ringbuf under Visual Studio

Technical details

ssize_t is a POSIX extension and therefore not available under VS

jamiebullock avatar Oct 05 '18 09:10 jamiebullock

typedef long long ssize_t;

haiwen007 avatar Mar 14 '22 10:03 haiwen007