From 07d72effcf71036a9a8c66426d6e704959926821 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 1 Nov 2002 21:52:11 +0000 Subject: [PATCH] +MmQuerySystemSize() +IoAllocateWorkItem() +KeInitializeEvent() +ExInitializeResourceLite() +ObfReferenceObject() +IoRegisterFileSystem() --- src/libcaptive/ke/exports.captivesym | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libcaptive/ke/exports.captivesym b/src/libcaptive/ke/exports.captivesym index ce3565e..e7279a6 100644 --- a/src/libcaptive/ke/exports.captivesym +++ b/src/libcaptive/ke/exports.captivesym @@ -44,13 +44,13 @@ ntoskrnl.exe IoDeleteDevice undef ntoskrnl.exe IoUnregisterFileSystem undef ntoskrnl.exe ExDeleteResourceLite undef ntoskrnl.exe IoFreeWorkItem undef -ntoskrnl.exe MmQuerySystemSize undef -ntoskrnl.exe IoAllocateWorkItem undef -ntoskrnl.exe KeInitializeEvent undef -ntoskrnl.exe ExInitializeResourceLite undef +ntoskrnl.exe MmQuerySystemSize "reactos/ddk/mmfuncs.h" +ntoskrnl.exe IoAllocateWorkItem "reactos/ddk/iofuncs.h" +ntoskrnl.exe KeInitializeEvent "reactos/ddk/kefuncs.h" +ntoskrnl.exe ExInitializeResourceLite "reactos/ddk/exfuncs.h" ntoskrnl.exe FsRtlCopyRead undef -ntoskrnl.exe ObfReferenceObject undef -ntoskrnl.exe IoRegisterFileSystem undef +ntoskrnl.exe ObfReferenceObject "reactos/ddk/obfuncs.h" +ntoskrnl.exe IoRegisterFileSystem "reactos/ddk/iofuncs.h" ntoskrnl.exe IoRegisterShutdownNotification "reactos/ddk/iofuncs.h" ntoskrnl.exe IoCreateDevice "reactos/ddk/iofuncs.h" ntoskrnl.exe RtlInitUnicodeString "reactos/ddk/rtl.h" -- 1.8.3.1