added our input server signature in comment

added #ifndef COMPILE_FOR_R5 to avoid BPortLink linkage when needed


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8676 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-08-27 14:32:13 +00:00
parent 7ada78200d
commit d5f2a1f371
2 changed files with 18 additions and 11 deletions
+3 -2
View File
@@ -285,8 +285,9 @@ status_t _control_input_server_(BMessage *command, BMessage *reply)
input_server = new BMessenger;
if (!input_server->IsValid())
*input_server = BMessenger("Application/x-vnd.Be-input_server", -1, NULL);
*input_server = BMessenger("application/x-vnd.Be-input_server", -1, NULL);
//*input_server = BMessenger("application/x-vnd.OBOS-input_server", -1, NULL);
status_t err = input_server->SendMessage(command, reply);
if (err != B_OK)