We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
irb(main):001:0> RUBY_DESCRIPTION => "jruby 1.7.8 (1.9.3p392) 2013-11-14 0ce429e on Java HotSpot(TM) 64-Bit Server VM 1.8.0-ea-b82 +indy [Windows 7-amd64]" irb(main):003:0> FFI::TypeDefs[:size_t] => #<FFI::Type::Builtin:UINT size=4 alignment=4> irb(main):004:0> FFI::Platform::NAME => "x86_64-windows"
According to all the code I can see it should be ulong_long?
The text was updated successfully, but these errors were encountered:
This was reported for the ffi gem before. On MRI the result is correctly:
=> #<FFI::Type::Builtin:UINT64 size=8 alignment=8>
Sorry, something went wrong.
Fix wrong FFI types on Windows x64 (fixes jruby#1307)
aa8d14f
No branches or pull requests
According to all the code I can see it should be ulong_long?
The text was updated successfully, but these errors were encountered: