Fix DN_OSExec not quoting CLI args on Windows
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Generated by the DN single header generator 2026-07-15 22:47:49
|
||||
// Generated by the DN single header generator 2026-07-16 14:16:33
|
||||
|
||||
#if !defined(DN_H)
|
||||
#define DN_H
|
||||
@@ -4317,8 +4317,8 @@ typedef struct DN_OSExecAsyncHandle DN_OSExecAsyncHandle;
|
||||
struct DN_OSExecAsyncHandle
|
||||
{
|
||||
DN_OSExecFlags exec_flags;
|
||||
DN_U32 os_error_code;
|
||||
DN_U32 exit_code;
|
||||
DN_U32 os_error_code;
|
||||
DN_U32 exit_code;
|
||||
void *process;
|
||||
void *stdout_read;
|
||||
void *stdout_write;
|
||||
|
||||
Reference in New Issue
Block a user