sys/windows: replace A with W

This commit is contained in:
hikari
2022-10-10 20:40:41 +03:00
parent fa6cfde4b0
commit a1935bc1f4

View File

@@ -129,8 +129,8 @@ foreign advapi32 {
cbData: DWORD,
) -> LSTATUS ---
GetFileSecurityA :: proc(
lpFileName: LPCSTR,
GetFileSecurityW :: proc(
lpFileName: LPCWSTR,
RequestedInformation: SECURITY_INFORMATION,
pSecurityDescriptor: PSECURITY_DESCRIPTOR,
nLength: DWORD,