msvcrt.h: Use inline function to forward hypot to _hypot.

Jacek Caban jacek at codeweavers.com
Fri Apr 26 05:17:44 CDT 2013


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.

---
 include/msvcrt/math.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcrt.h-Use-inline-function-to-forward-hypot-to-_hyp.diff
Type: text/x-patch
Size: 719 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130426/8aef284c/attachment.bin>


More information about the wine-patches mailing list