mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
fix tk on latest msys2-mingw64
This commit is contained in:
parent
8cdac68706
commit
3273a1af4c
|
@ -63,7 +63,7 @@ ImagingFind(const char* name)
|
|||
Py_ssize_t id;
|
||||
|
||||
/* FIXME: use CObject instead? */
|
||||
#if defined(_MSC_VER) && defined(_WIN64)
|
||||
#if defined(_WIN64)
|
||||
id = _atoi64(name);
|
||||
#else
|
||||
id = atol(name);
|
||||
|
|
Loading…
Reference in New Issue
Block a user