Fix DN_OSExec not quoting CLI args on Windows

This commit is contained in:
2026-07-16 14:16:48 +10:00
parent eb48e06bdc
commit 2b6856b692
6 changed files with 150 additions and 198 deletions
+3 -3
View File
@@ -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;