mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 02:12:22 -07:00
Fix enum type comparison; Start demo 003 code
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ i32 win32_exec_command_line_app(char *fmt, ...) {
|
||||
va_end(va);
|
||||
|
||||
if (CreateProcessA(NULL, cmd_line,
|
||||
NULL, NULL, true, 0, NULL, NULL,
|
||||
NULL, NULL, true, 0, NULL, NULL,
|
||||
&start_info, &pi)) {
|
||||
WaitForSingleObject(pi.hProcess, INFINITE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user