Merge pull request #7180 from radarhere/int64

This commit is contained in:
Hugo van Kemenade 2023-06-13 20:08:26 +03:00 committed by GitHub
commit 9d08c8247d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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