commit | 76c351293a19d223d195b30da293a4206ca03a4c | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sat Apr 27 13:46:38 2024 +0200 |
committer | Martin Storsjö <martin@martin.st> | Wed May 08 17:50:50 2024 +0300 |
tree | fa08910a5ed64bc3a8dfc463d96d49e429c84551 | |
parent | 2d63c9665314640106fd174b8bd411333136ab3c [diff] |
crt: msvcr90d.def.in: Fix I386 symbol alias _wfindnext Symbol redirects in import libraries are defined by "==", while "=" in def files is used to rename a symbol on export, while linking a DLL (but that does not have any effect when creating an import library with dlltool). Signed-off-by: Martin Storsjö <martin@martin.st>