You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by be...@apache.org on 2013/10/11 15:55:47 UTC

git commit: 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

Updated Branches:
  refs/heads/master e95767564 -> 22856f342


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


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/22856f34
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/22856f34
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/22856f34

Branch: refs/heads/master
Commit: 22856f34250b5b6e6c5032df6d69777712932650
Parents: e957675
Author: Ben Craig <be...@apache.org>
Authored: Fri Oct 11 08:53:51 2013 -0500
Committer: Ben Craig <be...@apache.org>
Committed: Fri Oct 11 08:53:51 2013 -0500

----------------------------------------------------------------------
 compiler/cpp/src/generate/t_go_generator.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/22856f34/compiler/cpp/src/generate/t_go_generator.cc
----------------------------------------------------------------------
diff --git a/compiler/cpp/src/generate/t_go_generator.cc b/compiler/cpp/src/generate/t_go_generator.cc
index 00af893..0d7e6c2 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