Author: ion
Date: Wed Jan 20 01:29:59 2016
New Revision: 70622

URL: http://svn.reactos.org/svn/reactos?rev=70622&view=rev
Log:
[BOOTLIB]: Fix build

Modified:
    trunk/reactos/boot/environ/lib/misc/image.c

Modified: trunk/reactos/boot/environ/lib/misc/image.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/lib/misc/image.c?rev=70622&r1=70621&r2=70622&view=diff
==============================================================================
--- trunk/reactos/boot/environ/lib/misc/image.c [iso-8859-1] (original)
+++ trunk/reactos/boot/environ/lib/misc/image.c [iso-8859-1] Wed Jan 20 
01:29:59 2016
@@ -922,6 +922,17 @@
 }
 
 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,
     _Inout_opt_ PBL_RETURN_ARGUMENTS ReturnArguments


Reply via email to