[PATCH v2 3/3] api-ms-win-security-base-l1-2-0: Forward SetCachedSigningLevel to kernelbase.

Mohamad Al-Jaf mohamadaljaf at gmail.com
Tue Nov 30 18:15:12 CST 2021


In Windows 10 this function is forwarded to kernelbase.

Signed-off-by: Mohamad Al-Jaf <mohamadaljaf at gmail.com>
---
v2: kernel32: Use import for SetCachedSigningLevel.
Thanks Chip Davis, Nikolay Sivov, and Paul Gofman.
---
 .../api-ms-win-security-base-l1-2-0.spec                        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/api-ms-win-security-base-l1-2-0/api-ms-win-security-base-l1-2-0.spec b/dlls/api-ms-win-security-base-l1-2-0/api-ms-win-security-base-l1-2-0.spec
index fc9af375db6..771407fc203 100644
--- a/dlls/api-ms-win-security-base-l1-2-0/api-ms-win-security-base-l1-2-0.spec
+++ b/dlls/api-ms-win-security-base-l1-2-0/api-ms-win-security-base-l1-2-0.spec
@@ -87,7 +87,7 @@
 @ stub QuerySecurityAccessMask
 @ stdcall RevertToSelf() advapi32.RevertToSelf
 @ stdcall SetAclInformation(ptr ptr long long) advapi32.SetAclInformation
-@ stub SetCachedSigningLevel
+@ stdcall SetCachedSigningLevel(ptr long long long) kernelbase.SetCachedSigningLevel
 @ stdcall SetFileSecurityW(wstr long ptr) advapi32.SetFileSecurityW
 @ stdcall SetKernelObjectSecurity(long long ptr) advapi32.SetKernelObjectSecurity
 @ stdcall SetPrivateObjectSecurity(long ptr ptr ptr long) advapi32.SetPrivateObjectSecurity
-- 
2.34.1




More information about the wine-devel mailing list