courtneypresto / 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 Windows CE and Symbian related logic #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are many conditional compilation stuff regarding Windows CE and
Symbian in gtest that can be cleaned up.  E.g. we can introduce macros
GTEST_OS_WINDOWS_CE and GTEST_OS_WINDOWS_PROPER to distinguish CE and
desktop Windows, completely disable CapturedStderr on CE, etc.

Original issue reported on code.google.com by zhanyong...@gmail.com on 19 Jun 2009 at 12:06

GoogleCodeExporter commented 9 years ago
Fixed in trunk.

Original comment by zhanyong...@gmail.com on 23 Sep 2009 at 10:36