X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5cab4e9b053327d4b4836f346c4e9aaab93c7176..b07acab03ae9f76fe822ff9239d705f48efd270d:/netdissect-stdinc.h diff --git a/netdissect-stdinc.h b/netdissect-stdinc.h index 7dfc743d..8282c584 100644 --- a/netdissect-stdinc.h +++ b/netdissect-stdinc.h @@ -107,11 +107,6 @@ #define PRIx64 "I64x" #endif -/* - * MSVC's support library doesn't support %zu to print a size_t until - * Visual Studio 2017, but supports %Iu earlier, so use that. - */ -#define PRIsize "Iu" #else /* _MSC_EXTENSIONS */ #ifndef uint64_t @@ -138,10 +133,6 @@ #define PRIx64 "llx" #endif -/* - * Assume the support library supports %zu; it's required by C99. - */ -#define PRIsize "zu" #endif /* _MSC_EXTENSIONS */ /*