Sfoglia il codice sorgente

sys/windows: replace A with W

hikari 3 anni fa
parent
commit
a1935bc1f4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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,