mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Windows compatibility
This commit is contained in:
parent
d06072ff46
commit
07c68e2d68
|
@ -69,4 +69,6 @@
|
||||||
#define FLOAT32 float
|
#define FLOAT32 float
|
||||||
#define FLOAT64 double
|
#define FLOAT64 double
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
typedef signed __int64 int64_t;
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user