[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:
Victor Perevertkin 2020-08-28 05:11:42 +03:00
parent 01eb9ba8de
commit 093f377c40
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
4 changed files with 14 additions and 14 deletions

View file

@ -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(