googletest-options-test.cc (googletest-release-1.10.0) | : | googletest-options-test.cc (googletest-release-1.11.0) | ||
---|---|---|---|---|
skipping to change at line 45 | skipping to change at line 45 | |||
// This file is #included from gtest.cc, to avoid changing build or | // This file is #included from gtest.cc, to avoid changing build or | |||
// make-files on Windows and other platforms. Do not #include this file | // make-files on Windows and other platforms. Do not #include this file | |||
// anywhere else! | // anywhere else! | |||
#include "gtest/gtest.h" | #include "gtest/gtest.h" | |||
#if GTEST_OS_WINDOWS_MOBILE | #if GTEST_OS_WINDOWS_MOBILE | |||
# include <windows.h> | # include <windows.h> | |||
#elif GTEST_OS_WINDOWS | #elif GTEST_OS_WINDOWS | |||
# include <direct.h> | # include <direct.h> | |||
#elif GTEST_OS_OS2 | ||||
// For strcasecmp on OS/2 | ||||
#include <strings.h> | ||||
#endif // GTEST_OS_WINDOWS_MOBILE | #endif // GTEST_OS_WINDOWS_MOBILE | |||
#include "src/gtest-internal-inl.h" | #include "src/gtest-internal-inl.h" | |||
namespace testing { | namespace testing { | |||
namespace internal { | namespace internal { | |||
namespace { | namespace { | |||
// Turns the given relative path into an absolute path. | // Turns the given relative path into an absolute path. | |||
FilePath GetAbsolutePathOf(const FilePath& relative_path) { | FilePath GetAbsolutePathOf(const FilePath& relative_path) { | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |