summaryrefslogtreecommitdiff
path: root/include/gtest/gtest.h
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2008-11-26 20:48:45 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2008-11-26 20:48:45 +0000
commitf179f4ee7cc76e7103a726ebf666902b07f89659 (patch)
treed893f35c7534f4a9a3b3619ecf3331ed946d2c33 /include/gtest/gtest.h
parent69bc764afbe25a110920b5595abbd71fa712e085 (diff)
downloadgtest-f179f4ee7cc76e7103a726ebf666902b07f89659.tar.gz
gtest-f179f4ee7cc76e7103a726ebf666902b07f89659.tar.bz2
gtest-f179f4ee7cc76e7103a726ebf666902b07f89659.tar.xz
Allow Google Mock to initialize Google Test
git-svn-id: http://googletest.googlecode.com/svn/trunk@139 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'include/gtest/gtest.h')
-rw-r--r--include/gtest/gtest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gtest/gtest.h b/include/gtest/gtest.h
index 38fcd7d..ebd3123 100644
--- a/include/gtest/gtest.h
+++ b/include/gtest/gtest.h
@@ -554,13 +554,13 @@ inline Environment* AddGlobalTestEnvironment(Environment* env) {
//
// No value is returned. Instead, the Google Test flag variables are
// updated.
+//
+// Calling the function for the second time has no user-visible effect.
void InitGoogleTest(int* argc, char** argv);
// This overloaded version can be used in Windows programs compiled in
// UNICODE mode.
-#ifdef GTEST_OS_WINDOWS
void InitGoogleTest(int* argc, wchar_t** argv);
-#endif // GTEST_OS_WINDOWS
namespace internal {