sys/windows: replace A with W

This commit is contained in:
hikari
2022-10-10 20:40:41 +03:00
parent fa6cfde4b0
commit a1935bc1f4
+2 -2
View File
@@ -129,8 +129,8 @@ foreign advapi32 {
cbData: DWORD, cbData: DWORD,
) -> LSTATUS --- ) -> LSTATUS ---
GetFileSecurityA :: proc( GetFileSecurityW :: proc(
lpFileName: LPCSTR, lpFileName: LPCWSTR,
RequestedInformation: SECURITY_INFORMATION, RequestedInformation: SECURITY_INFORMATION,
pSecurityDescriptor: PSECURITY_DESCRIPTOR, pSecurityDescriptor: PSECURITY_DESCRIPTOR,
nLength: DWORD, nLength: DWORD,