mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26: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
|
||||
#define INT16 int
|
||||
#else
|
||||
#define INT16 short /* most things works just fine anyway... */
|
||||
#error Cannot find required 16-bit integer type
|
||||
#endif
|
||||
|
||||
#if SIZEOF_SHORT == 4
|
||||
|
|
Loading…
Reference in New Issue
Block a user