mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
change INT16 def failure to an error
This commit is contained in:
parent
9da0b58eea
commit
724f266460
|
@ -67,7 +67,7 @@
|
||||||
#elif SIZEOF_INT == 2
|
#elif SIZEOF_INT == 2
|
||||||
#define INT16 int
|
#define INT16 int
|
||||||
#else
|
#else
|
||||||
#define INT16 short /* most things works just fine anyway... */
|
#error Cannot find required 16-bit integer type
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if SIZEOF_SHORT == 4
|
#if SIZEOF_SHORT == 4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user