mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[BOOTLIB]: Fix build
svn path=/trunk/; revision=70622
This commit is contained in:
parent
adeb70e21e
commit
c68737148c
1 changed files with 11 additions and 0 deletions
|
@ -921,6 +921,17 @@ BlpPdParseReturnArguments (
|
|||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
ImgArchEfiStartBootApplication (
|
||||
_In_ PBL_APPLICATION_ENTRY AppEntry,
|
||||
_In_ PVOID ImageBase,
|
||||
_In_ ULONG ImageSize,
|
||||
_In_ PBL_RETURN_ARGUMENTS ReturnArguments
|
||||
)
|
||||
{
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
BlImgStartBootApplication (
|
||||
_In_ ULONG AppHandle,
|
||||
|
|
Loading…
Reference in a new issue