Browse Source

sys/windows: replace A with W

hikari 2 years ago
parent
commit
a1935bc1f4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/sys/windows/advapi32.odin

+ 2 - 2
core/sys/windows/advapi32.odin

@@ -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,