mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Windows compatibility
This commit is contained in:
parent
b7f56409eb
commit
1008d6a993
|
@ -69,4 +69,6 @@
|
|||
#define FLOAT32 float
|
||||
#define FLOAT64 double
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef signed __int64 int64_t;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user