diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-24 14:12:36 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-24 14:12:36 +0100 |
| commit | 02caee0c02c75e035ce976d1ffdb29baa6e0a6c5 (patch) | |
| tree | be18434cbdef194f4de797f8286067ce9f085930 /src/include/box64context.h | |
| parent | 7260da63afd4c9617a420748a5d143de1e6268c5 (diff) | |
| download | box64-02caee0c02c75e035ce976d1ffdb29baa6e0a6c5.tar.gz box64-02caee0c02c75e035ce976d1ffdb29baa6e0a6c5.zip | |
Added some hack to rename wine binary process too (help mesa pick up the correct binary being run)
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) |