Create process, poll and send output to console buffer
This commit is contained in:
@@ -318,7 +318,7 @@ static void Win32ProcessError(Process *process, String cmd) {
|
||||
Win32CloseProcess(process);
|
||||
}
|
||||
|
||||
Process RunCmd(String command_line, String working_dir) {
|
||||
Process CreateCommandLineProcess(String command_line, String working_dir) {
|
||||
Process process = {};
|
||||
Win32Process *p = (Win32Process *)process.platform;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user