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: Windows FFI mistakenly using BufReader #98

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

alilleybrinker
Copy link
Member

Another commit fixing a Windows-specific issue. This
time that the BufReader import was removed, and Unix
uses of it in the FFI code were removed, but not for
Windows code, causing compilation failure on Windows.

This commit fixes the issue.

Signed-off-by: Andrew Lilley Brinker [email protected]

Another commit fixing a Windows-specific issue. This
time that the BufReader import was removed, and Unix
uses of it in the FFI code were removed, but not for
Windows code, causing compilation failure on Windows.

This commit fixes the issue.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
@alilleybrinker alilleybrinker merged commit adfad59 into main Feb 14, 2024
2 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/second-windows-fix branch February 14, 2024 00:07
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

Successfully merging this pull request may close these issues.

1 participant