Fill in most of os2/file_windows.odin

This commit is contained in:
gingerBill
2022-05-12 11:33:01 +01:00
parent b4df272eb5
commit 8b4b81fdeb
5 changed files with 479 additions and 37 deletions
+3
View File
@@ -13,6 +13,9 @@ General_Error :: enum u32 {
Timeout,
Invalid_File,
Invalid_Path,
Unsupported,
}
Platform_Error :: struct {