Skip to content

Commit c687371

Browse files
committed
[BOOTLIB]: Fix build
svn path=/trunk/; revision=70622
1 parent adeb70e commit c687371

File tree

1 file changed

+11
-0
lines changed
  • reactos/boot/environ/lib/misc

1 file changed

+11
-0
lines changed

reactos/boot/environ/lib/misc/image.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,17 @@ BlpPdParseReturnArguments (
921921
return STATUS_NOT_IMPLEMENTED;
922922
}
923923

924+
NTSTATUS
925+
ImgArchEfiStartBootApplication (
926+
_In_ PBL_APPLICATION_ENTRY AppEntry,
927+
_In_ PVOID ImageBase,
928+
_In_ ULONG ImageSize,
929+
_In_ PBL_RETURN_ARGUMENTS ReturnArguments
930+
)
931+
{
932+
return STATUS_NOT_IMPLEMENTED;
933+
}
934+
924935
NTSTATUS
925936
BlImgStartBootApplication (
926937
_In_ ULONG AppHandle,

0 commit comments

Comments
 (0)