jncornett / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Need to clean up usage of GTEST_OS_WINDOWS, _WIN32, and _MSC_VER #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the implementation the 3 macros are somehow used interchangeably.  We
should review each use of them and pick the right one:

GTEST_OS_WINODWS for the Windows OS.
_WIN32 for the WIN32 API.
_MSC_VER for the MSVC compiler.

Original issue reported on code.google.com by shiq...@gmail.com on 17 Sep 2008 at 6:58

GoogleCodeExporter commented 9 years ago

Original comment by shiq...@gmail.com on 17 Sep 2008 at 6:59

GoogleCodeExporter commented 9 years ago

Original comment by zhanyong...@gmail.com on 31 Mar 2009 at 7:42