diff --git a/ccutil/host.h b/ccutil/host.h index 567f66ea97..95bdee249b 100644 --- a/ccutil/host.h +++ b/ccutil/host.h @@ -126,9 +126,6 @@ typedef unsigned char BOOL8; #endif /* _WIN32 */ -#define INT32FORMAT "%" PRId32 -#define INT64FORMAT "%" PRId64 - #define MAX_INT8 0x7f #define MAX_INT16 0x7fff #define MAX_INT32 0x7fffffff