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

use of ssize_t causes compile error in VS2010 #36

Closed
bmunkholm opened this issue Aug 10, 2012 · 0 comments
Closed

use of ssize_t causes compile error in VS2010 #36

bmunkholm opened this issue Aug 10, 2012 · 0 comments
Assignees

Comments

@bmunkholm
Copy link
Contributor

win32/types.h contains :
typedef ptrdiff_t ssize_t;

this causes compile errors in VS2010.

The use of ssize_t can be questioned. some of the places it might be better to change API's.
discussion needed.

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

No branches or pull requests

2 participants