]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect-stdinc.h
do not warn about extra lines in stderr if there is a stderr file that was compared
[tcpdump] / netdissect-stdinc.h
index 7dfc743de6dae64668c384eb8d1f2b6ae8261d47..8282c58462be3ac8e92a4c915eb3c1aa5c4652ce 100644 (file)
 #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
 #define PRIx64         "llx"
 #endif
 
-/*
- * Assume the support library supports %zu; it's required by C99.
- */
-#define PRIsize                "zu"
 #endif /* _MSC_EXTENSIONS */
 
 /*