Closed GoogleCodeExporter closed 9 years ago
We have #define GTEST_FOO ... #ifdef GTEST_FOO in several places. Replace with #define GTEST_FOO 1 ... #if GTEST_FOO This makes the style more consistent.
Original issue reported on code.google.com by zhanyong...@gmail.com on 9 Feb 2009 at 10:30
zhanyong...@gmail.com
Original comment by zhanyong...@gmail.com on 22 Feb 2009 at 5:52
Original issue reported on code.google.com by
zhanyong...@gmail.com
on 9 Feb 2009 at 10:30