[XDK] kefuncs.h: Unduplicate 2 function definitions (#6057)

This commit is contained in:
Serge Gautherie 2023-12-04 13:49:57 +01:00 committed by GitHub
parent 1797566d73
commit 0c568c0c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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_)