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

Removed unused INT64 definition #7180

Merged
merged 1 commit into from Jun 13, 2023
Merged

Removed unused INT64 definition #7180

merged 1 commit into from Jun 13, 2023

Conversation

radarhere
Copy link
Member

@Yay295
Copy link
Contributor

Yay295 commented May 23, 2023

I noticed these lines too:

#ifdef _MSC_VER
typedef signed __int64 int64_t;
#endif

but actually int64_t is used in QuantTypes.h, QuantOctree.c, and Draw.c, all of which import <stdint.h>.

@hugovk hugovk merged commit 9d08c82 into python-pillow:main Jun 13, 2023
60 checks passed
@radarhere radarhere deleted the int64 branch June 13, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants