Preparations for removing __BEOS__ from the compiler defines.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28305 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#if defined(__POWERPC__) && defined(__BEOS__)
|
||||
#if defined(__POWERPC__) && (defined(__BEOS__) || defined(__HAIKU__))
|
||||
#define CPPUNIT_HAVE_SSTREAM 1
|
||||
#undef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user