mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Windows compatibility
This commit is contained in:
parent
d06072ff46
commit
07c68e2d68
|
@ -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