-
Notifications
You must be signed in to change notification settings - Fork 525
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
stat windows XP visual c++ #1773
Comments
is there a change to do here? |
We can put a fallback: |
Could you please send a PR? |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to support windows XP with the new visual c++ version you may want to a work around with this issue https://stackoverflow.com/questions/32452777/visual-c-2015-express-stat-not-working-on-windows-xp . I fall on it with malamute which usez zconfig. Compiled using Visual C++ 2014 v140_xp. Zfile get a 0 length file length. I use a fall back méthode using ftell and fseek in ordre to get the file size.
The text was updated successfully, but these errors were encountered: