Bläddra i källkod

sys/windows: replace A with W

hikari 3 år sedan
förälder
incheckning
a1935bc1f4
1 ändrade filer med 2 tillägg och 2 borttagningar
  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,