Merge pull request #5127 from laytan/fix-process-windows-handles-handling

Fix process windows handles handling
This commit is contained in:
Laytan
2025-05-06 22:31:54 +02:00
committed by GitHub
5 changed files with 39 additions and 28 deletions
-3
View File
@@ -390,9 +390,6 @@ _process_open :: proc(pid: int, _: Process_Open_Flags) -> (process: Process, err
return
}
@(private="package")
_Sys_Process_Attributes :: struct {}
@(private="package")
_process_start :: proc(desc: Process_Desc) -> (process: Process, err: Error) {
TEMP_ALLOCATOR_GUARD()