Explorar o código

sys/windows: replace A with W

hikari %!s(int64=3) %!d(string=hai) anos
pai
achega
a1935bc1f4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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,