Author: fireball Date: Thu Mar 17 11:20:16 2011 New Revision: 51080
URL: http://svn.reactos.org/svn/reactos?rev=51080&view=rev Log: - Fix build.
Modified: trunk/reactos/dll/ntdll/include/ntdllp.h
Modified: trunk/reactos/dll/ntdll/include/ntdllp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/ntdll/include/ntdllp.h?... ============================================================================== --- trunk/reactos/dll/ntdll/include/ntdllp.h [iso-8859-1] (original) +++ trunk/reactos/dll/ntdll/include/ntdllp.h [iso-8859-1] Thu Mar 17 11:20:16 2011 @@ -60,6 +60,9 @@ OUT PVOID *BaseAddress, IN BOOLEAN CallInit);
+ULONG NTAPI +LdrpClearLoadInProgress(); + /* FIXME: Cleanup this mess */ typedef NTSTATUS (NTAPI *PEPFUNC)(PPEB); NTSTATUS LdrMapSections(HANDLE ProcessHandle,