We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there! thanks for frozen!
this line
frozen/frozen.c
Line 47 in d763609
__int64
The text was updated successfully, but these errors were encountered:
PR please. make sure that the unit test (which uses clang, gcc, VC6 and VC2015) continues to pass.
Sorry, something went wrong.
OK, is there a CI running the tests? I'm unable to run them locally since I don't have VC.
No branches or pull requests
Hi there! thanks for frozen!
this line
frozen/frozen.c
Line 47 in d763609
should typedef
__int64
to correctly compile for win 64bit according to my tests, conducted using mingw32 in cross-compilation to target w64.The text was updated successfully, but these errors were encountered: