Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing ssize_t under Visual Studio #15

Open
jamiebullock opened this issue Oct 5, 2018 · 1 comment
Open

Missing ssize_t under Visual Studio #15

jamiebullock opened this issue Oct 5, 2018 · 1 comment

Comments

@jamiebullock
Copy link

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

@haiwen007
Copy link

typedef long long ssize_t;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants