From b467aa16143acd06b9fb180eb2a9f1cb6fc26526 Mon Sep 17 00:00:00 2001 From: woegster Date: Wed, 16 Oct 2019 03:13:33 +0200 Subject: [PATCH] more potential windows macro redefinition --- src/google/protobuf/compiler/subprocess.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/google/protobuf/compiler/subprocess.h b/src/google/protobuf/compiler/subprocess.h index 9c4f8b7690d6..c1ddaae531de 100644 --- a/src/google/protobuf/compiler/subprocess.h +++ b/src/google/protobuf/compiler/subprocess.h @@ -34,7 +34,9 @@ #define GOOGLE_PROTOBUF_COMPILER_SUBPROCESS_H__ #ifdef _WIN32 +#ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN // right... +#endif #include #else // _WIN32 #include