mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
move INT8 def to top
This commit is contained in:
parent
fbec8f19dd
commit
9da0b58eea
|
@ -60,6 +60,8 @@
|
||||||
|
|
||||||
#else /* C99+ */
|
#else /* C99+ */
|
||||||
|
|
||||||
|
#define INT8 signed char
|
||||||
|
|
||||||
#if SIZEOF_SHORT == 2
|
#if SIZEOF_SHORT == 2
|
||||||
#define INT16 short
|
#define INT16 short
|
||||||
#elif SIZEOF_INT == 2
|
#elif SIZEOF_INT == 2
|
||||||
|
@ -86,9 +88,7 @@
|
||||||
#warning Cannot find required 64-bit integer type
|
#warning Cannot find required 64-bit integer type
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define INT8 signed char
|
|
||||||
#define UINT8 unsigned char
|
#define UINT8 unsigned char
|
||||||
|
|
||||||
#define UINT16 unsigned INT16
|
#define UINT16 unsigned INT16
|
||||||
#define UINT32 unsigned INT32
|
#define UINT32 unsigned INT32
|
||||||
#ifdef INT64
|
#ifdef INT64
|
||||||
|
|
Loading…
Reference in New Issue
Block a user