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:
@@ -70,7 +70,7 @@ NamedRegistries::getRegistry( string name )
|
||||
if ( foundIt == m_registries.end() )
|
||||
{
|
||||
TestFactoryRegistry *factory = new TestFactoryRegistry( name );
|
||||
#if defined(__POWERPC__) && defined(__BEOS__)
|
||||
#if defined(__POWERPC__) && (defined(__BEOS__) || defined(__HAIKU__))
|
||||
m_registries.insert(
|
||||
pair<
|
||||
const basic_string< char, char_traits< char>, allocator<char> >,
|
||||
|
||||
Reference in New Issue
Block a user