close null_handle

This commit is contained in:
Laytan
2025-05-06 20:57:26 +02:00
parent 2bce446d08
commit bf5206968a
5 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -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