From 297aba248b5225d9aa06517b247c0294291b608d Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Mon, 18 May 2026 20:27:05 +0200 Subject: [PATCH] Correct doxygen tags to reflect XT kernel --- xtoskrnl/ex/rundown.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xtoskrnl/ex/rundown.cc b/xtoskrnl/ex/rundown.cc index f522925..2582517 100644 --- a/xtoskrnl/ex/rundown.cc +++ b/xtoskrnl/ex/rundown.cc @@ -17,7 +17,7 @@ * * @return This routine returns TRUE if protection acquired successfully, or FALSE otherwise. * - * @since NT 5.1 + * @since XT 1.0 */ XTFASTCALL BOOLEAN @@ -65,7 +65,7 @@ EX::Rundown::AcquireProtection(IN PEX_RUNDOWN_REFERENCE Descriptor) * * @return This routine does not return any value. * - * @since NT 5.1 + * @since XT 1.0 */ XTFASTCALL VOID @@ -82,7 +82,7 @@ EX::Rundown::CompleteProtection(IN PEX_RUNDOWN_REFERENCE Descriptor) * * @return This routine does not return any value. * - * @since NT 5.1 + * @since XT 1.0 */ XTFASTCALL VOID @@ -100,7 +100,7 @@ EX::Rundown::InitializeProtection(IN PEX_RUNDOWN_REFERENCE Descriptor) * * @return This routine does not return any value. * - * @since NT 5.1 + * @since XT 1.0 */ XTFASTCALL VOID @@ -117,7 +117,7 @@ EX::Rundown::ReInitializeProtection(IN PEX_RUNDOWN_REFERENCE Descriptor) * * @return This routine does not return any value. * - * @since NT 5.1 + * @since XT 1.0 */ XTFASTCALL VOID @@ -168,7 +168,7 @@ EX::Rundown::ReleaseProtection(IN PEX_RUNDOWN_REFERENCE Descriptor) * * @return This routine does not return any value. * - * @since NT 5.1 + * @since XT 1.0 */ XTFASTCALL VOID