Commit ffc100c5 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

msvcrt: Forward _ftol2 to ntdll._ftol.

parent 50eec870
...@@ -272,6 +272,7 @@ ...@@ -272,6 +272,7 @@
@ cdecl _ftime32(ptr) MSVCRT__ftime32 @ cdecl _ftime32(ptr) MSVCRT__ftime32
@ cdecl _ftime64(ptr) MSVCRT__ftime64 @ cdecl _ftime64(ptr) MSVCRT__ftime64
@ cdecl -ret64 _ftol() ntdll._ftol @ cdecl -ret64 _ftol() ntdll._ftol
@ cdecl -ret64 _ftol2() ntdll._ftol
@ cdecl -ret64 _ftol2_sse() ntdll._ftol #FIXME: SSE variant should be implemented @ cdecl -ret64 _ftol2_sse() ntdll._ftol #FIXME: SSE variant should be implemented
@ cdecl _fullpath(ptr str long) @ cdecl _fullpath(ptr str long)
@ cdecl _futime(long ptr) @ cdecl _futime(long ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment