msvcrt: Forward _ftol2_sse to ntdll._ftol.

Andrew Nguyen arethusa26 at gmail.com
Tue Nov 24 04:52:29 CST 2009


The Xilisoft HD Video Converter program tries to call this stub. Since
_ftol2_sse is supposed to behave the same as _ftol when no SSE
instruction set support is present, forwarding _ftol2_sse to _ftol
shouldn't be a problem.
---
 dlls/msvcrt/msvcrt.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-msvcrt-Forward-_ftol2_sse-to-ntdll._ftol.txt
Type: text/x-patch
Size: 470 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091124/8945b91b/attachment.bin>


More information about the wine-patches mailing list