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

Windows code not x64 compatible #26

Closed
namesthesame opened this issue Nov 27, 2013 · 1 comment
Closed

Windows code not x64 compatible #26

namesthesame opened this issue Nov 27, 2013 · 1 comment

Comments

@namesthesame
Copy link

dir_info defines handle as a long. While this works for 32 bit, it should really be intptr_t, which is works in both 32 and 64 bit. It's also the type expected by _findfirst, _findnext and _findclose.

hishamhm added a commit that referenced this issue Jan 4, 2014
Fix. Use intptr_t to file handle on Windows (#26)
@hishamhm
Copy link
Member

The merge fixes the issue.

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

No branches or pull requests

2 participants