26 Apr
2013
26 Apr
'13
7:46 a.m.
Jacek Caban <jacek(a)codeweavers.com> writes:
This fixes compiling msvcp* DLLs with recent mingw-w64 trunk version. Previous versions had a separated library that contained forwards from underscored functions to non-underscored, which I believe made using hypot work. Those were currently moved directly to msvcr* import libs, which we don't use in favour of our our own ones.
Don't you need to do that for the other functions too? -- Alexandre Julliard julliard(a)winehq.org