mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-12 17:22:28 +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;
|
Py_ssize_t id;
|
||||||
|
|
||||||
/* FIXME: use CObject instead? */
|
/* FIXME: use CObject instead? */
|
||||||
#if defined(_MSC_VER) && defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
id = _atoi64(name);
|
id = _atoi64(name);
|
||||||
#else
|
#else
|
||||||
id = atol(name);
|
id = atol(name);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user