diff options
Diffstat (limited to 'src/include/box64context.h')
| -rw-r--r-- | src/include/box64context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h index 52a512fa..c3493e7e 100644 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -100,6 +100,9 @@ typedef struct box64context_s { int envc; char** envv; + int orig_argc; + char** orig_argv; + char* fullpath; char* box64path; // path of current box64 executable char* box86path; // path of box86 executable (if present) |