commit | 334d477bf876bee1c9ebd09157fc6c7f29f21fc2 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Fri Apr 19 18:54:28 2024 +0200 |
committer | LIU Hao <lh_mouse@126.com> | Mon Apr 22 10:35:01 2024 +0800 |
tree | b426747539b9a6c255081dd0dee781c9a940fb1c | |
parent | e9d059fc599c8322e2c54eb918a8f2e353d25435 [diff] |
crt: msvcr70.def.in: Add missing __CxxCallUnwindVecDtor Visual Studio .NET 2002 version of msvcr70.dll library (7.00.9466.0) contains additional symbol __CxxCallUnwindVecDtor. Some older library version (7.00.9210.0) does not have this symbol. Same set of symbols as in the released .NET 2002 version is available also in Visual Studio .NET 2002 Service Pack 1 version of msvcr70.dll library (7.00.9955.0). Signed-off-by: LIU Hao <lh_mouse@126.com>