mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix/add some remaining prototypes.
- Add all the Nt functions to sysfuncs.lst and fixup some entries which were out-of-order. Unless I skipped anything (might've skipped 1 or 2 APIs), we should now have the same system call table as Windows 2003 SP1 (useful for my testing of ntdll.dll inside Windows). svn path=/trunk/; revision=24638
This commit is contained in:
@@ -40,7 +40,7 @@ NTSYSCALLAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
NtAddDriverEntry(
|
||||
IN PBOOT_ENTRY BootEntry,
|
||||
IN PEFI_DRIVER_ENTRY BootEntry,
|
||||
IN ULONG Id
|
||||
);
|
||||
|
||||
|
||||
@@ -123,6 +123,14 @@ NtAlertResumeThread(
|
||||
OUT PULONG SuspendCount
|
||||
);
|
||||
|
||||
typedef ULONG APPHELPCACHESERVICECLASS;
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
NtApphelpCacheControl(
|
||||
IN APPHELPCACHESERVICECLASS Service,
|
||||
IN PVOID ServiceData
|
||||
);
|
||||
|
||||
NTSYSCALLAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
||||
Reference in New Issue
Block a user