Kalen Alwardt : ntdll: Export ZwFilterToken().

Alexandre Julliard julliard at winehq.org
Mon Jun 14 16:00:35 CDT 2021


Module: wine
Branch: master
Commit: 29e1494c72041f3d2ee89e89eff17877df7cabd2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=29e1494c72041f3d2ee89e89eff17877df7cabd2

Author: Kalen Alwardt <kalenalwardt at 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 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at 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 6bd6579d432..8cba4fa164a 100644
--- a/dlls/ntdll/ntdll.spec
+++ b/dlls/ntdll/ntdll.spec
@@ -1224,7 +1224,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




More information about the wine-cvs mailing list