From 96fea879773670fbbdce5cedacd0b9390573087a Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 27 Mar 2003 16:15:33 +0000 Subject: [PATCH] +RtlDeleteElementGenericTableAvl() +CcSetBcbOwnerPointer() +RtlFindClearRuns() +RtlFindLastBackwardRunClear() --- src/libcaptive/ke/exports.def | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libcaptive/ke/exports.def b/src/libcaptive/ke/exports.def index 9e11299..57e9644 100644 --- a/src/libcaptive/ke/exports.def +++ b/src/libcaptive/ke/exports.def @@ -29,6 +29,7 @@ RtlEnumerateGenericTableWithoutSplaying@8 RtlInitializeGenericTable@20 RtlInitializeGenericTableAvl@20 RtlDeleteElementGenericTable@8 +RtlDeleteElementGenericTableAvl@8 CcInitializeCacheMap@20 MmMapLockedPagesSpecifyCache@24 CcUninitializeCacheMap@12 @@ -65,3 +66,6 @@ CcSetLogHandleForFile@12 _alloca_probe DATA ; it cannot be wrapped as it modifies the stack frame CcSetAdditionalCacheAttributes@12 CcGetDirtyPages@16 +CcSetBcbOwnerPointer@8 +RtlFindClearRuns@16 +RtlFindLastBackwardRunClear@12 -- 1.8.3.1