We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f062bbe commit 79b69d8Copy full SHA for 79b69d8
util-internal.h
@@ -417,7 +417,7 @@ HMODULE evutil_load_windows_system_library_(const TCHAR *library_name);
417
#define EV_SOCK_ARG(x) (x)
418
#endif
419
420
-#if defined(__STDC__) && defined(__STDC_VERSION__)
+#if defined(__STDC__) && defined(__STDC_VERSION__) && !defined(__MINGW64_VERSION_MAJOR)
421
#if (__STDC_VERSION__ >= 199901L)
422
#define EV_SIZE_FMT "%zu"
423
#define EV_SSIZE_FMT "%zd"
0 commit comments