From 68b078ec58352774508b5dcdaee0ce92918aef35 Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 14 Aug 2003 09:47:39 +0000 Subject: [PATCH] +RtlRealSuccessor() as "pass"ed - Needed for NT-5.1sp0 compatibility. --- src/libcaptive/ke/exports.captivesym | 1 + src/libcaptive/ke/exports.def | 1 + 2 files changed, 2 insertions(+) diff --git a/src/libcaptive/ke/exports.captivesym b/src/libcaptive/ke/exports.captivesym index e9b80d0..69f2ce3 100644 --- a/src/libcaptive/ke/exports.captivesym +++ b/src/libcaptive/ke/exports.captivesym @@ -349,6 +349,7 @@ ntoskrnl.exe captive_reactos_wcsncmp ntoskrnl.exe MmGetSystemRoutineAddress ntoskrnl.exe RtlEqualUnicodeString ntoskrnl.exe RtlIsGenericTableEmpty pass +ntoskrnl.exe RtlRealSuccessor pass hal.dll KfReleaseSpinLock hal.dll KeGetCurrentIrql diff --git a/src/libcaptive/ke/exports.def b/src/libcaptive/ke/exports.def index 17b4c88..b6514ac 100644 --- a/src/libcaptive/ke/exports.def +++ b/src/libcaptive/ke/exports.def @@ -142,3 +142,4 @@ captive_reactos_wcsncmp captive_reactos_wcsncmp:12 MmGetSystemRoutineAddress@4 RtlIsGenericTableEmpty@4 +RtlRealSuccessor@4 -- 1.8.3.1