Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Feb 6, 2024
1 parent d4f9203 commit 34eca07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tbox/platform/windows/process.c
Expand Up @@ -293,6 +293,7 @@ tb_process_ref_t tb_process_init_cmd(tb_char_t const* cmd, tb_process_attr_ref_t
tb_size_t maxn = 0;
tb_char_t const** envp = attr? attr->envp : tb_null;
#ifdef TB_COMPILER_LIKE_UNIX
#error
/* we use unix environments on msys/cygwin,
* because GetEnvironmentStringsW cannot get all envars
*
Expand Down

0 comments on commit 34eca07

Please sign in to comment.