Module: wine Branch: master Commit: ffc100c58f270fbc3b39c36edac6a14a77c80184 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ffc100c58f270fbc3b39c36eda...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Wed Feb 3 22:53:41 2010 +0100
msvcrt: Forward _ftol2 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 2b3d22c..51cb7df 100644 --- a/dlls/msvcrt/msvcrt.spec +++ b/dlls/msvcrt/msvcrt.spec @@ -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)