Commit b467aa16 authored by woegster's avatar woegster Committed by Adam Cozzette

more potential windows macro redefinition

parent bba24bcb
...@@ -34,7 +34,9 @@ ...@@ -34,7 +34,9 @@
#define GOOGLE_PROTOBUF_COMPILER_SUBPROCESS_H__ #define GOOGLE_PROTOBUF_COMPILER_SUBPROCESS_H__
#ifdef _WIN32 #ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN // right... #define WIN32_LEAN_AND_MEAN // right...
#endif
#include <windows.h> #include <windows.h>
#else // _WIN32 #else // _WIN32
#include <sys/types.h> #include <sys/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment