ntdll: Fix the prototype of NtDuplicateToken().
commit8fb562f7c21814ae11da379f0bba83894a1eeba3
authorZebediah Figura <zfigura@codeweavers.com>
Fri, 5 May 2023 22:48:27 +0000 (5 17:48 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 May 2023 18:02:26 +0000 (8 20:02 +0200)
treeeb2e714c492b785355b5d580ad8bf62b16995f78
parent60ef0f86772559187c04098e4c3d8b4678062a1c
ntdll: Fix the prototype of NtDuplicateToken().

The fourth parameter is a boolean flag. The impersonation level is specified
only through the SECURITY_QUALITY_OF_SERVICE structure.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54913
dlls/kernelbase/security.c
dlls/ntdll/sec.c
dlls/ntdll/tests/om.c
dlls/ntdll/unix/security.c
dlls/wow64/security.c
include/winternl.h