mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:13:04 +00:00
[XDK] HACK: remove dllimport from functions which
will be implemented in ntoskrnl_vista. Remove when we will be NT6 CORE-17129
This commit is contained in:
parent
01eb9ba8de
commit
093f377c40
4 changed files with 14 additions and 14 deletions
|
@ -1249,12 +1249,12 @@ NTAPI
|
|||
KeQueryNodeMaximumProcessorCount(
|
||||
_In_ USHORT NodeNumber);
|
||||
|
||||
NTKERNELAPI
|
||||
// NTKERNELAPI // HACK: ntoskrnl_vista functions are statically linked thus don't need DECLSPEC_IMPORT
|
||||
USHORT
|
||||
NTAPI
|
||||
KeQueryHighestNodeNumber(VOID);
|
||||
|
||||
NTKERNELAPI
|
||||
// NTKERNELAPI // HACK: ntoskrnl_vista functions are statically linked thus don't need DECLSPEC_IMPORT
|
||||
USHORT
|
||||
NTAPI
|
||||
KeGetCurrentNodeNumber(VOID);
|
||||
|
@ -1316,7 +1316,7 @@ KeRevertToUserGroupAffinityThread(
|
|||
_In_ PGROUP_AFFINITY PreviousAffinity);
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
NTKERNELAPI
|
||||
// NTKERNELAPI // HACK: ntoskrnl_vista functions are statically linked thus don't need DECLSPEC_IMPORT
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
KeSetCoalescableTimer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue