From be21b3dfa7ad3388f4dbb1f035c42e6e5d4bd181 Mon Sep 17 00:00:00 2001 From: Andrew Nguyen Date: Tue, 24 Nov 2009 04:52:29 -0600 Subject: [PATCH] msvcrt: Forward _ftol2_sse to ntdll._ftol. --- dlls/msvcrt/msvcrt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec index 92d173118e..c6c749d6b6 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)