From: short <> Date: Thu, 14 Aug 2003 09:47:39 +0000 (+0000) Subject: +RtlRealSuccessor() as "pass"ed X-Git-Tag: bp_captive~62 X-Git-Url: http://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=68b078ec58352774508b5dcdaee0ce92918aef35 +RtlRealSuccessor() as "pass"ed - Needed for NT-5.1sp0 compatibility. --- 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