diff options
| author | ruki <[email protected]> | 2019-08-17 21:28:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-17 21:28:53 +0800 |
| commit | adef5373cbd290f0d679c449d06dcb92dbfe3325 (patch) | |
| tree | 04875f172db651567ebd98beea0756dffc0dc219 /core/src/xmake/process/prefix.h | |
| parent | 51dcf34216824a7d5096cad03b5b04964e8ceba8 (diff) | |
enable vs_unicode_output
Diffstat (limited to 'core/src/xmake/process/prefix.h')
| -rw-r--r-- | core/src/xmake/process/prefix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/xmake/process/prefix.h b/core/src/xmake/process/prefix.h index c1391fe19..3ec32f792 100644 --- a/core/src/xmake/process/prefix.h +++ b/core/src/xmake/process/prefix.h @@ -57,6 +57,9 @@ typedef struct __xm_subprocess_t tb_file_ref_t errfile; }; + // vs unicode output environment variable + tb_string_t vs_unicode_output; + }xm_subprocess_t; |
