Module: wine Branch: oldstable Commit: 3e134c2b5cd1b135d311c394ac0bf269511ae634 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3e134c2b5cd1b135d311c394a...
Author: Kalen Alwardt kalenalwardt@gmail.com Date: Fri Jun 11 15:56:02 2021 -0500
ntdll: Export ZwFilterToken().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=39142 Signed-off-by: Kalen Alwardt kalenalwardt@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 29e1494c72041f3d2ee89e89eff17877df7cabd2) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/ntdll/ntdll.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec index cb6b7b12dad..c1f59027168 100644 --- a/dlls/ntdll/ntdll.spec +++ b/dlls/ntdll/ntdll.spec @@ -1214,7 +1214,7 @@ # @ stub ZwEnumerateSystemEnvironmentValuesEx @ stdcall -private -syscall ZwEnumerateValueKey(long long long ptr long ptr) NtEnumerateValueKey @ stub ZwExtendSection -# @ stub ZwFilterToken +@ stdcall -private -syscall ZwFilterToken(long long ptr ptr ptr ptr) NtFilterToken @ stdcall -private -syscall ZwFindAtom(ptr long ptr) NtFindAtom @ stdcall -private -syscall ZwFlushBuffersFile(long ptr) NtFlushBuffersFile @ stdcall -private -syscall ZwFlushInstructionCache(long ptr long) NtFlushInstructionCache