Skip to content

Removed unused INT64 definition#7180

Merged
hugovk merged 1 commit intopython-pillow:mainfrom
radarhere:int64
Jun 13, 2023
Merged

Removed unused INT64 definition#7180
hugovk merged 1 commit intopython-pillow:mainfrom
radarhere:int64

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
@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

3 participants