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

Fix Windows 64 bit issues #54

Merged
merged 8 commits into from Mar 5, 2013
Merged

Fix Windows 64 bit issues #54

merged 8 commits into from Mar 5, 2013

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Feb 14, 2013

In several places Image and HWND are stored as C long. While Image and HWND are 64 bit on Win64, C long is 32 bit. The SetWindowLong function is not 64 bit proof.
Patches are taken from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil.

@aclark4life
Copy link
Member

Also reasonable looking, thanks

aclark4life added a commit that referenced this pull request Mar 5, 2013
Fix Windows 64 bit issues
@aclark4life aclark4life merged commit 5b369a7 into python-pillow:master Mar 5, 2013
radarhere pushed a commit that referenced this pull request Jul 11, 2020
radarhere pushed a commit to radarhere/Pillow that referenced this pull request Sep 24, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants