From: Ben Craig Date: Fri, 11 Oct 2013 13:53:51 +0000 (-0500) Subject: Related to THRIFT-2045: Somehow missed "go" MINGW issue that Jens found. X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=22856f34250b5b6e6c5032df6d69777712932650;p=common%2Fthrift.git Related to THRIFT-2045: Somehow missed "go" MINGW issue that Jens found. Putting that back and trying again... Client: cpp compiler, build Patch: Ben Craig, Jens Geyer --- diff --git a/compiler/cpp/src/generate/t_go_generator.cc b/compiler/cpp/src/generate/t_go_generator.cc index 00af893e..0d7e6c2b 100644 --- a/compiler/cpp/src/generate/t_go_generator.cc +++ b/compiler/cpp/src/generate/t_go_generator.cc @@ -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