What steps will reproduce the problem?
-
What is the expected output? What do you see instead?
in header file: gtest-port.h
...
#elif __SYMBIAN32__
#define GTEST_OS_SYMBIAN 1
...
should be replaced with:
...
#elif defined __SYMBIAN32__
#define GTEST_OS_SYMBIAN 1
...
What version of the product are you using? On what operating system?
1.3.0
Symbian
Please provide any additional information below.
-
Original issue reported on code.google.com by jiangwen...@gmail.com on 16 Jun 2009 at 8:07
Original issue reported on code.google.com by
jiangwen...@gmail.com
on 16 Jun 2009 at 8:07