aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-filepath.cc
diff options
context:
space:
mode:
authorbillydonahue <billydonahue@google.com>2014-05-15 19:42:15 +0000
committerbillydonahue <billydonahue@google.com>2014-05-15 19:42:15 +0000
commit8120f66c3249e253f03fdb48bee7e528bc038d31 (patch)
treec7d7f91871f2078acc77b8b41dd5dd8313765a24 /src/gtest-filepath.cc
parent5df87d70b64dd8080ab9e3f1b0250e74715e2a60 (diff)
downloadgoogletest-8120f66c3249e253f03fdb48bee7e528bc038d31.tar.gz
googletest-8120f66c3249e253f03fdb48bee7e528bc038d31.tar.bz2
googletest-8120f66c3249e253f03fdb48bee7e528bc038d31.zip
Push upstream to SVN.
Diffstat (limited to 'src/gtest-filepath.cc')
-rw-r--r--src/gtest-filepath.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest-filepath.cc b/src/gtest-filepath.cc
index d221cfde..219875cc 100644
--- a/src/gtest-filepath.cc
+++ b/src/gtest-filepath.cc
@@ -97,7 +97,7 @@ static bool IsPathSeparator(char c) {
// Returns the current working directory, or "" if unsuccessful.
FilePath FilePath::GetCurrentDir() {
-#if GTEST_OS_WINDOWS_MOBILE
+#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT
// Windows CE doesn't have a current directory, so we just return
// something reasonable.
return FilePath(kCurrentDirectoryString);