summaryrefslogtreecommitdiff
path: root/include/gtest/gtest.h
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-03-31 16:27:55 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-03-31 16:27:55 +0000
commitefa2fc7fd8a71afd54841b780829ce57cc487938 (patch)
tree95a4ccf0c315fb0f8020f3e06c871f97eb44ddd9 /include/gtest/gtest.h
parentab72643353c12b09b1e2f19a371b629102d053b1 (diff)
downloadgtest-efa2fc7fd8a71afd54841b780829ce57cc487938.tar.gz
gtest-efa2fc7fd8a71afd54841b780829ce57cc487938.tar.bz2
gtest-efa2fc7fd8a71afd54841b780829ce57cc487938.tar.xz
Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER.
git-svn-id: http://googletest.googlecode.com/svn/trunk@233 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'include/gtest/gtest.h')
-rw-r--r--include/gtest/gtest.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/gtest/gtest.h b/include/gtest/gtest.h
index 9b72b63..6d87e03 100644
--- a/include/gtest/gtest.h
+++ b/include/gtest/gtest.h
@@ -51,15 +51,8 @@
#ifndef GTEST_INCLUDE_GTEST_GTEST_H_
#define GTEST_INCLUDE_GTEST_GTEST_H_
-// The following platform macros are used throughout Google Test:
+// The following platform macro is used throughout Google Test:
// _WIN32_WCE Windows CE (set in project files)
-//
-// Note that even though _MSC_VER and _WIN32_WCE really indicate a compiler
-// and a Win32 implementation, respectively, we use them to indicate the
-// combination of compiler - Win 32 API - C library, since the code currently
-// only supports:
-// Windows proper with Visual C++ and MS C library (_MSC_VER && !_WIN32_WCE) and
-// Windows Mobile with Visual C++ and no C library (_WIN32_WCE).
#include <limits>
#include <gtest/internal/gtest-internal.h>