Skip to content

Commit

Permalink
Removed unused INT64 definition
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed May 23, 2023
1 parent 5aa3f2d commit b871903
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 b871903

Please sign in to comment.