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:
@@ -31,6 +31,14 @@
|
|||||||
#include <string.h>
|
#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 {
|
namespace BPrivate {
|
||||||
|
|
||||||
class QuarantineTranslatorImage {
|
class QuarantineTranslatorImage {
|
||||||
|
|||||||
Reference in New Issue
Block a user