mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
sys/windows: replace A with W
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user