ChangeSet ID: 21023 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/11/01 12:11:08 Modified files: dlls/msvcrt : msvcrt.spec Log message: Fixed _wstrdate/_wstrtime parameters. Patch: http://cvs.winehq.org/patch.py?id=21023 Old revision New revision Changes Path 1.107 1.108 +2 -2 wine/dlls/msvcrt/msvcrt.spec Index: wine/dlls/msvcrt/msvcrt.spec diff -u -p wine/dlls/msvcrt/msvcrt.spec:1.107 wine/dlls/msvcrt/msvcrt.spec:1.108 --- wine/dlls/msvcrt/msvcrt.spec:1.107 1 Nov 2005 18:11: 8 -0000 +++ wine/dlls/msvcrt/msvcrt.spec 1 Nov 2005 18:11: 8 -0000 @@ -554,8 +554,8 @@ @ cdecl _wsplitpath(wstr wstr wstr wstr wstr) @ cdecl _wstat(wstr ptr) MSVCRT__wstat @ cdecl _wstati64(wstr ptr) MSVCRT__wstati64 -@ cdecl _wstrdate(wstr) -@ cdecl _wstrtime(wstr) +@ cdecl _wstrdate(ptr) +@ cdecl _wstrtime(ptr) @ stub _wsystem #(wstr) @ cdecl _wtempnam(wstr wstr) @ stub _wtmpnam #(ptr)
participants (1)
-
Alexandre Julliard