From 7f8618d2c0cad8330aeee46b7f830e7f670a7ff1 Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 28 Oct 2023 00:02:18 +0200 Subject: [PATCH] Export ExAcquireRundownProtection(), ExInitializeRundownProtection() and ExReleaseRundownProtection() kernel routines --- xtoskrnl/xtoskrnl.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xtoskrnl/xtoskrnl.spec b/xtoskrnl/xtoskrnl.spec index c8bb90e..7b1d60b 100644 --- a/xtoskrnl/xtoskrnl.spec +++ b/xtoskrnl/xtoskrnl.spec @@ -1,3 +1,6 @@ +@ fastcall ExAcquireRundownProtection(ptr) +@ fastcall ExInitializeRundownProtection(ptr) +@ fastcall ExReleaseRundownProtection(ptr) @ cdecl HlIoPortInByte(ptr) @ cdecl HlIoPortInLong(ptr) @ cdecl HlIoPortInShort(ptr)