mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Implement LOAD_LIBRARY_AS_DATAFILE flag (forgotten file)
svn path=/trunk/; revision=13074
This commit is contained in:
parent
06a877e885
commit
3944d90e5e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ NTSTATUS LdrMapSections(HANDLE ProcessHandle,
|
|||
PIMAGE_NT_HEADERS NTHeaders);
|
||||
NTSTATUS LdrMapNTDllForProcess(HANDLE ProcessHandle,
|
||||
PHANDLE NTDllSectionHandle);
|
||||
|
||||
BOOL LdrMappedAsDataFile(PVOID *BaseAddress);
|
||||
|
||||
NTSTATUS STDCALL
|
||||
LdrDisableThreadCalloutsForDll(IN PVOID BaseAddress);
|
||||
|
|
Loading…
Reference in a new issue