sys/windows: add a couple of procedures and types

This commit is contained in:
hikari
2022-04-30 11:21:37 +03:00
parent e53ba3b116
commit 0ad448f1c7
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1131,4 +1131,4 @@ write_bytes :: proc(buf: ^bytes.Buffer, data: []u8) -> (err: compress.General_Er
return compress.General_Error.Resize_Failed
}
return nil
}
}