33 #ifndef GOOGLE_PROTOBUF_COMPILER_SUBPROCESS_H__
34 #define GOOGLE_PROTOBUF_COMPILER_SUBPROCESS_H__
37 #define WIN32_LEAN_AND_MEAN // right...
40 #include <sys/types.h>
47 #include <google/protobuf/port_def.inc>
81 static std::string Win32ErrorMessage(DWORD error_code);
86 DWORD process_start_error_;
109 #include <google/protobuf/port_undef.inc>
111 #endif // GOOGLE_PROTOBUF_COMPILER_SUBPROCESS_H__