mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
close null_handle
This commit is contained in:
@@ -44,7 +44,7 @@ _current_process_info :: proc(selection: Process_Info_Fields, allocator: runtime
|
||||
return
|
||||
}
|
||||
|
||||
_Sys_Process_Attributes :: struct {}
|
||||
_Process :: struct {}
|
||||
|
||||
_process_start :: proc(desc: Process_Desc) -> (process: Process, err: Error) {
|
||||
err = .Unsupported
|
||||
|
||||
Reference in New Issue
Block a user