Related to THRIFT-2045: Somehow missed "go" MINGW issue that Jens found.
authorBen Craig <bencraig@apache.org>
Fri, 11 Oct 2013 13:53:51 +0000 (08:53 -0500)
committerBen Craig <bencraig@apache.org>
Fri, 11 Oct 2013 13:53:51 +0000 (08:53 -0500)
Putting that back and trying again...
Client: cpp compiler, build
Patch: Ben Craig, Jens Geyer

compiler/cpp/src/generate/t_go_generator.cc

index 00af893..0d7e6c2 100644 (file)
@@ -2165,7 +2165,7 @@ void t_go_generator::generate_service_remote(t_service* tservice)
           S_IRUSR
           | S_IWUSR
           | S_IXUSR
-#ifndef MINGW
+#ifndef _WIN32
           | S_IRGRP
           | S_IXGRP
           | S_IROTH