msvcrt: Forward _ftol2_sse to ntdll._ftol.

This commit is contained in:
Andrew Nguyen 2009-11-24 04:52:29 -06:00 committed by Alexandre Julliard
parent 663cef29f8
commit be21b3dfa7
1 changed files with 1 additions and 0 deletions

View File

@ -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)