hxfxjun / googletest

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

Need to unify the way the GTEST_* macros are interpreted #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some GTEST_* macros have two states: defined vs undefined, e.g. 
GTEST_OS_MAC.  Some GTEST_* macros have either 0 or 1 values, e.g. 
GTEST_IS_THREADSAFE.  Try to use the same convention across the board.

Original issue reported on code.google.com by shiq...@gmail.com on 11 Oct 2008 at 6:52

GoogleCodeExporter commented 9 years ago
I have a fix that will go in on Monday.

Original comment by zhanyong...@gmail.com on 22 Feb 2009 at 5:48