Module: wine Branch: master Commit: be21b3dfa7ad3388f4dbb1f035c42e6e5d4bd181 URL: http://source.winehq.org/git/wine.git/?a=commit;h=be21b3dfa7ad3388f4dbb1f035...
Author: Andrew Nguyen arethusa26@gmail.com Date: Tue Nov 24 04:52:29 2009 -0600
msvcrt: Forward _ftol2_sse to ntdll._ftol.
---
dlls/msvcrt/msvcrt.spec | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec index 92d1731..c6c749d 100644 --- a/dlls/msvcrt/msvcrt.spec +++ b/dlls/msvcrt/msvcrt.spec @@ -271,6 +271,7 @@ @ cdecl _ftime32(ptr) MSVCRT__ftime32 @ cdecl _ftime64(ptr) MSVCRT__ftime64 @ cdecl -ret64 _ftol() ntdll._ftol +@ cdecl -ret64 _ftol2_sse() ntdll._ftol #FIXME: SSE variant should be implemented @ cdecl _fullpath(ptr str long) @ cdecl _futime(long ptr) @ cdecl _futime32(long ptr)