commit | 8751178d5afff9293aad5e1c28cfe72a5ae722b4 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Fri Aug 15 23:28:43 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Wed Aug 20 23:48:26 2025 +0300 |
tree | 2b9e863369b633e16ce94fa2d0d9179bf4c16aca | |
parent | 9dbf6ba8a76701f36bb6ce3fa682316c7bbcd969 [diff] |
crt: Provide emulation of ___lc_handle_func for msvcrt.dll and msvcrtd.dll Ensure that the ___lc_handle_func symbol is available for all builds which uses msvcrt.dll and msvcrtd.dll runtime DLLs. ___lc_handle_func() emulation uses the global __lc_handle variable which is present in all msvcrt.dll and msvcrtd.dll versions. Signed-off-by: Martin Storsjö <martin@martin.st>