Can now be compiled again under BeOS.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17934 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-06-27 11:43:06 +00:00
parent 4894b87045
commit 00363f807c
1 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,14 @@
#include <string.h>
#if !defined(HAIKU_TARGET_PLATFORM_HAIKU) && !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
// building under R5 or Dano/Zeta
enum {
B_TRANSLATOR_ADDED = '_ART',
B_TRANSLATOR_REMOVED = '_RRT',
};
#endif
namespace BPrivate {
class QuarantineTranslatorImage {