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

fix zlibWrapper for Visual Studio #1847

Merged
merged 1 commit into from
Oct 26, 2019
Merged

fix zlibWrapper for Visual Studio #1847

merged 1 commit into from
Oct 26, 2019

Conversation

Cyan4973
Copy link
Contributor

Fix #1800

As per #1800 (comment),
Visual does not support ssize_t type,
which is an issue for gzread.c.

Added a work around, suggested by @bluenlive

Note : I have not been able to confirm the problem,
so this is a blind fix.
This seems safe outside of Visual, since it is gated by _MSC_VER macro.

As per #1800 (comment),
Visual does not support `ssize_t` type,
which is an issue for `gzread.c`.

Added a work around, suggested by @bluenlive

Note : I have not been able to confirm the problem,
so this is a blind fix.
This seems safe outside of Visual, since it is gated by _MSC_VER macro.
@Cyan4973
Copy link
Contributor Author

Merging, as the failed tests are unrelated

@Cyan4973 Cyan4973 merged commit 66a96ca into dev Oct 26, 2019
@Cyan4973 Cyan4973 deleted the zlibwrap_visual branch November 25, 2019 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zlibWrapper/*.c files cannot be compiled with VS
2 participants