Skip to content

Commit

Permalink
Merge pull request #7180 from radarhere/int64
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 13, 2023
2 parents a6efb36 + b871903 commit 9d08c82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libImaging/ImPlatform.h
Expand Up @@ -58,12 +58,6 @@
#error Cannot find required 32-bit integer type
#endif

#if SIZEOF_LONG == 8
#define INT64 long
#elif SIZEOF_LONG_LONG == 8
#define INT64 long
#endif

#define INT8 signed char
#define UINT8 unsigned char

Expand Down

0 comments on commit 9d08c82

Please sign in to comment.