Added dummy for platform_user_menu_requested() (always returns "false" for now).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4896 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
fad54c1f85
commit
58020b9aa9
15
src/tests/kernel/boot/loader/platform_misc.cpp
Normal file
15
src/tests/kernel/boot/loader/platform_misc.cpp
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||||
** Distributed under the terms of the OpenBeOS License.
|
||||
*/
|
||||
|
||||
|
||||
#include <boot/platform.h>
|
||||
|
||||
|
||||
bool
|
||||
platform_user_menu_requested(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user