mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-23 17:40:36 +00:00
Get env stuff working on Windows
This commit is contained in:
@@ -12,7 +12,7 @@ _open :: proc(name: string) -> (Handle, Error) {
|
||||
return 0, nil
|
||||
}
|
||||
|
||||
_open_file :: proc(name: string, flag: int, perm: File_Mode) -> (Handle, Error) {
|
||||
_open_file :: proc(name: string, flags: File_Flags, perm: File_Mode) -> (Handle, Error) {
|
||||
return 0, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user