commit | 2104ad77b0d42a02717c496a1eb949631716a42f | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sat Apr 27 13:46:39 2024 +0200 |
committer | Martin Storsjö <martin@martin.st> | Wed May 08 17:50:50 2024 +0300 |
tree | e73f9f35747af65a74b8b0ce04b05860b0e28821 | |
parent | 76c351293a19d223d195b30da293a4206ca03a4c [diff] |
crt: msvcr120 and UCRT: Fix 64 bit _(w)findfirst and _(w)findnext symbol aliases These symbols on 64 bit should resolve to _findfirst64i32/_findnext64i32 functions, like in other CRT libraries and header files. The UCRT 32 bit aliases are kept as they were before (even if they are known to be incorrect); they are corrected in a separate later commit. Signed-off-by: Martin Storsjö <martin@martin.st>