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

Win32Lock uses 32bit values for a native type of HANDLE #3

Closed
mpoindexter opened this issue Apr 26, 2012 · 1 comment
Closed

Win32Lock uses 32bit values for a native type of HANDLE #3

mpoindexter opened this issue Apr 26, 2012 · 1 comment

Comments

@mpoindexter
Copy link
Collaborator

A HANDLE is a typedef for a void* which is 64bit on amd64. It would be better to use a jlong than a jint to transfer these values.

mpoindexter@afd03fc
mpoindexter@2c05c19

@kohsuke
Copy link
Owner

kohsuke commented Apr 26, 2012

Thanks. Cherry picked those changes.

@kohsuke kohsuke closed this as completed Apr 26, 2012
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

No branches or pull requests

2 participants