The Haiku roster has a different signature. It still does not work, but does not fail either.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12004 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
af547faf03
commit
b8dcc94ceb
@ -55,7 +55,11 @@
|
||||
#define B_SYSTEM_SHUTDOWN 0x12d
|
||||
#define B_SYSTEM_REBOOT 0x12e
|
||||
|
||||
#ifdef __HAIKU__
|
||||
static const char *kRosterSignature = "application/x-vnd.haiku-registrar";
|
||||
#else
|
||||
static const char *kRosterSignature = "application/x-vnd.Be-ROST";
|
||||
#endif
|
||||
|
||||
// globals
|
||||
const char kIconBits[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user