mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:37:08 +00:00
[XDK] kefuncs.h: Unduplicate 2 function definitions (#6057)
This commit is contained in:
parent
1797566d73
commit
0c568c0c90
1 changed files with 1 additions and 15 deletions
|
@ -139,21 +139,9 @@ VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
KeSetSystemAffinityThread(
|
KeSetSystemAffinityThread(
|
||||||
_In_ KAFFINITY Affinity);
|
_In_ KAFFINITY Affinity);
|
||||||
|
|
||||||
NTKERNELAPI
|
|
||||||
VOID
|
|
||||||
NTAPI
|
|
||||||
KeSetTargetProcessorDpc(
|
|
||||||
_Inout_ PRKDPC Dpc,
|
|
||||||
_In_ CCHAR Number);
|
|
||||||
|
|
||||||
NTKERNELAPI
|
|
||||||
KAFFINITY
|
|
||||||
NTAPI
|
|
||||||
KeQueryActiveProcessors(VOID);
|
|
||||||
$endif (_WDMDDK_)
|
$endif (_WDMDDK_)
|
||||||
$if (_NTDDK_)
|
|
||||||
|
|
||||||
|
$if (_WDMDDK_ || _NTDDK_)
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
|
@ -165,8 +153,6 @@ NTKERNELAPI
|
||||||
KAFFINITY
|
KAFFINITY
|
||||||
NTAPI
|
NTAPI
|
||||||
KeQueryActiveProcessors(VOID);
|
KeQueryActiveProcessors(VOID);
|
||||||
$endif (_NTDDK_)
|
|
||||||
$if (_WDMDDK_ || _NTDDK_)
|
|
||||||
#endif /* defined(SINGLE_GROUP_LEGACY_API) */
|
#endif /* defined(SINGLE_GROUP_LEGACY_API) */
|
||||||
$endif (_WDMDDK_ || _NTDDK_)
|
$endif (_WDMDDK_ || _NTDDK_)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue