Skip to content

Commit

Permalink
move INT8 def to top
Browse files Browse the repository at this point in the history
  • Loading branch information
Yay295 committed May 18, 2023
1 parent fbec8f1 commit 9da0b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libImaging/ImPlatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@

#else /* C99+ */

#define INT8 signed char

#if SIZEOF_SHORT == 2
#define INT16 short
#elif SIZEOF_INT == 2
Expand All @@ -86,9 +88,7 @@
#warning Cannot find required 64-bit integer type
#endif

#define INT8 signed char
#define UINT8 unsigned char

#define UINT16 unsigned INT16
#define UINT32 unsigned INT32
#ifdef INT64
Expand Down

0 comments on commit 9da0b58

Please sign in to comment.