Răsfoiți Sursa

sys/windows: replace A with W

hikari 3 ani în urmă
părinte
comite
a1935bc1f4
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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,