For the time being go with BeOS compatible types for all but 64 bit

architectures. Fixes the PPC build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34235 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-11-25 09:44:38 +00:00
parent d91159f6b2
commit b20286c41c
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@
#endif
/* BeOS R5 compatible types */
#ifdef __HAIKU_ARCH_X86
#ifndef __HAIKU_ARCH_64_BIT
/*#ifdef __HAIKU_ARCH_X86*/
/* TODO: This should be "#ifdef __HAIKU_BEOS_COMPATIBLE", but this will
break all gcc 4 C++ optional packages. I.e. switch that at a suitable
time.