mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
fix INT64 def and add warning if not set
This commit is contained in:
parent
599979caae
commit
509671c53e
|
@ -61,7 +61,9 @@
|
|||
#if SIZEOF_LONG == 8
|
||||
#define INT64 long
|
||||
#elif SIZEOF_LONG_LONG == 8
|
||||
#define INT64 long
|
||||
#define INT64 long long
|
||||
#else
|
||||
#warning Cannot find required 64-bit integer type
|
||||
#endif
|
||||
|
||||
#define INT8 signed char
|
||||
|
|
Loading…
Reference in New Issue
Block a user