https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0c568c0c908863d8e8089…
commit 0c568c0c908863d8e80897265d114a3caf74b20a
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Mon Dec 4 13:49:57 2023 +0100
Commit: GitHub <noreply(a)github.com>
CommitDate: Mon Dec 4 13:49:57 2023 +0100
[XDK] kefuncs.h: Unduplicate 2 function definitions (#6057)
---
sdk/include/xdk/kefuncs.h | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/sdk/include/xdk/kefuncs.h b/sdk/include/xdk/kefuncs.h
index b1f02f5a9a1..fa6a22150d1 100644
--- a/sdk/include/xdk/kefuncs.h
+++ b/sdk/include/xdk/kefuncs.h
@@ -139,21 +139,9 @@ VOID
NTAPI
KeSetSystemAffinityThread(
_In_ KAFFINITY Affinity);
-
-NTKERNELAPI
-VOID
-NTAPI
-KeSetTargetProcessorDpc(
- _Inout_ PRKDPC Dpc,
- _In_ CCHAR Number);
-
-NTKERNELAPI
-KAFFINITY
-NTAPI
-KeQueryActiveProcessors(VOID);
$endif (_WDMDDK_)
-$if (_NTDDK_)
+$if (_WDMDDK_ || _NTDDK_)
NTKERNELAPI
VOID
NTAPI
@@ -165,8 +153,6 @@ NTKERNELAPI
KAFFINITY
NTAPI
KeQueryActiveProcessors(VOID);
-$endif (_NTDDK_)
-$if (_WDMDDK_ || _NTDDK_)
#endif /* defined(SINGLE_GROUP_LEGACY_API) */
$endif (_WDMDDK_ || _NTDDK_)