From bfb74cd0bc425dbbe70574e0859e79087c06fe4c Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Thu, 17 Mar 2011 11:20:16 +0000 Subject: [PATCH] - Fix build. svn path=/trunk/; revision=51080 --- reactos/dll/ntdll/include/ntdllp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/dll/ntdll/include/ntdllp.h b/reactos/dll/ntdll/include/ntdllp.h index dc24500068e..c882ef0e263 100644 --- a/reactos/dll/ntdll/include/ntdllp.h +++ b/reactos/dll/ntdll/include/ntdllp.h @@ -60,6 +60,9 @@ LdrpLoadDll(IN BOOLEAN Redirected, OUT PVOID *BaseAddress, IN BOOLEAN CallInit); +ULONG NTAPI +LdrpClearLoadInProgress(); + /* FIXME: Cleanup this mess */ typedef NTSTATUS (NTAPI *PEPFUNC)(PPEB); NTSTATUS LdrMapSections(HANDLE ProcessHandle,