mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
mark ZwDuplicateToken as NTSYSAPI. thx to alex
svn path=/trunk/; revision=17993
This commit is contained in:
parent
c7781723f8
commit
b64b3f38a0
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ NtDuplicateToken(
|
|||
OUT PHANDLE NewTokenHandle
|
||||
);
|
||||
|
||||
NTSYSCALLAPI
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
ZwDuplicateToken(
|
||||
|
|
Loading…
Reference in a new issue