Commit Graph

3 Commits

Author SHA1 Message Date
f4927bf136 Fixed missing semicolons
Fixed default struct initialization because I write C++ normally
Fixed bug where uniproc_win64.c would not correctly append arguments to the command-line string
2025-03-04 13:36:31 +11:00
01602578fd Set struct default initialization values
Modified uniproc_create_process signature to take a command and a list of arguments
Updated uniproc_win64.c to terminate the process before closing the handles
Updated uniproc_win64.c to convert the command and list of arguments into a command-line string
2025-03-04 13:26:30 +11:00
d47f6be401 Implemented windows implementation of uniproc 2025-03-02 22:46:22 +11:00