From 7eb30b5900f84238df78485fe9e8ee4db27f297c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 24 Jul 2025 15:18:02 +0200 Subject: [PATCH] fixup --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index 54fed348b0..d7668d268b 100644 --- a/lib/url.c +++ b/lib/url.c @@ -60,7 +60,7 @@ #endif #if defined(HAVE_IF_NAMETOINDEX) && defined(_WIN32) -#if __MINGW64_VERSION_MAJOR <= 5 +#if defined(__MINGW32__) && (__MINGW64_VERSION_MAJOR <= 5) #include /* to avoid a mingw-w64 header issue */ #endif #include