Explorar o código

Fix issue 3046: compilation on alpine 3.5

Chris Nix %!s(int64=8) %!d(string=hai) anos
pai
achega
c3093d3ee5
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      src/google/protobuf/compiler/mock_code_generator.cc

+ 7 - 0
src/google/protobuf/compiler/mock_code_generator.cc

@@ -55,6 +55,13 @@
 #include <google/protobuf/stubs/substitute.h>
 #include <gtest/gtest.h>
 
+#ifdef major		
+#undef major		
+#endif		
+#ifdef minor		
+#undef minor		
+#endif		
+
 namespace google {
 namespace protobuf {
 namespace compiler {