| commit | 424277b63825fc30c52c521d5ce520b64194c74b | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali.rohar@gmail.com> | Mon Mar 07 00:36:11 2022 +0100 |
| committer | LIU Hao <lh_mouse@126.com> | Sun Apr 03 21:05:02 2022 +0800 |
| tree | 4e4e49f8523af4c6b15c7055c5e3f86943ddbae4 | |
| parent | f923f041c39abecc0690f5fe68f43b5a8a7c33cc [diff] |
crt: Move implementation of __initenv and __winitenv to common file misc/__initenv.c crtdll.dll and ucrt needs same implementation of __initenv and __winitenv symbols. Deduplicate code and move it into a new misc/__initenv.c file. Signed-off-by: LIU Hao <lh_mouse@126.com>