aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/testing/file.cc
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-11-13 10:47:29 -0800
committerGitHub <noreply@github.com>2017-11-13 10:47:29 -0800
commit2761122b810fe8861004ae785cc3ab39f384d342 (patch)
tree128a98651248f01f7b3909634669517ae98db927 /src/google/protobuf/testing/file.cc
parent188f18044feb1ca82ecc922f3e59e37078473ddf (diff)
parent9c197b7ecba6019b7c81c673cf100b2fad4033ad (diff)
downloadprotobuf-2761122b810fe8861004ae785cc3ab39f384d342.tar.gz
protobuf-2761122b810fe8861004ae785cc3ab39f384d342.tar.bz2
protobuf-2761122b810fe8861004ae785cc3ab39f384d342.zip
Merge pull request #3868 from pherl/3.5.xv3.5.0
Support win32 long path for cross compiled build
Diffstat (limited to 'src/google/protobuf/testing/file.cc')
-rw-r--r--src/google/protobuf/testing/file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/testing/file.cc b/src/google/protobuf/testing/file.cc
index f68aba9a..26cb0a67 100644
--- a/src/google/protobuf/testing/file.cc
+++ b/src/google/protobuf/testing/file.cc
@@ -57,7 +57,7 @@ namespace protobuf {
// them like we do below.
#endif
-#ifdef _MSC_VER
+#ifdef _WIN32
using google::protobuf::internal::win32::access;
using google::protobuf::internal::win32::chdir;
using google::protobuf::internal::win32::fopen;