From 177d0b4621a1c5f4b2772865342317abe20c43a3 Mon Sep 17 00:00:00 2001 From: Takaaki Sato Date: Sun, 31 Oct 2021 12:03:24 +0900 Subject: [PATCH] Fix conflict between variable and macro name --- src/ipv6.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ipv6.cpp b/src/ipv6.cpp index 78c6824..416065b 100644 --- a/src/ipv6.cpp +++ b/src/ipv6.cpp @@ -32,6 +32,9 @@ #include #include #else + #ifndef WIN32_LEAN_AND_MEAN + #define WIN32_LEAN_AND_MEAN + #endif #include #endif #include