- Add missing MmCallDllInitialize prototype.

- Make IopOpenRegistryKeyEx NTAPI.
- Patch by Alex Ionescu.

svn path=/trunk/; revision=35503
This commit is contained in:
Aleksey Bragin 2008-08-21 11:04:50 +00:00
parent d1213e5977
commit 4af7567008
3 changed files with 9 additions and 0 deletions

View file

@ -583,6 +583,7 @@ IopInitializePnpServices(
IN BOOLEAN BootDrivers);
NTSTATUS
NTAPI
IopOpenRegistryKeyEx(
PHANDLE KeyHandle,
HANDLE ParentKey,

View file

@ -1547,6 +1547,13 @@ MmCheckSystemImage(
IN BOOLEAN PurgeSection
);
NTSTATUS
NTAPI
MmCallDllInitialize(
IN PLDR_DATA_TABLE_ENTRY LdrEntry,
IN PLIST_ENTRY ListHead
);
/* ReactOS Mm Hack */
VOID
FASTCALL

View file

@ -2669,6 +2669,7 @@ IopUpdateRootKey(VOID)
}
NTSTATUS
NTAPI
IopOpenRegistryKeyEx(PHANDLE KeyHandle,
HANDLE ParentKey,
PUNICODE_STRING Name,