Skip to content

Commit

Permalink
more potential windows macro redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
woegster authored and acozzette committed Oct 18, 2019
1 parent bba24bc commit b467aa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/google/protobuf/compiler/subprocess.h
Expand Up @@ -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 <windows.h>
#else // _WIN32
#include <sys/types.h>
Expand Down

0 comments on commit b467aa1

Please sign in to comment.