msvcrt: Forward _ftol2 to ntdll._ftol.

This commit is contained in:
Maarten Lankhorst 2010-02-03 22:53:41 +01:00 committed by Alexandre Julliard
parent 50eec87029
commit ffc100c58f
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@
@ cdecl _ftime32(ptr) MSVCRT__ftime32
@ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl -ret64 _ftol() ntdll._ftol
@ cdecl -ret64 _ftol2() ntdll._ftol
@ cdecl -ret64 _ftol2_sse() ntdll._ftol #FIXME: SSE variant should be implemented
@ cdecl _fullpath(ptr str long)
@ cdecl _futime(long ptr)