- 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:
Alex Ionescu
2006-10-23 21:28:17 +00:00
parent 2e1f5d46f3
commit 2dae9ef970
4 changed files with 65 additions and 11 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ NTSYSCALLAPI
NTSTATUS
NTAPI
NtAddDriverEntry(
IN PBOOT_ENTRY BootEntry,
IN PEFI_DRIVER_ENTRY BootEntry,
IN ULONG Id
);
+8
View File
@@ -123,6 +123,14 @@ NtAlertResumeThread(
OUT PULONG SuspendCount
);
typedef ULONG APPHELPCACHESERVICECLASS;
NTSTATUS
NTAPI
NtApphelpCacheControl(
IN APPHELPCACHESERVICECLASS Service,
IN PVOID ServiceData
);
NTSYSCALLAPI
NTSTATUS
NTAPI