25 Nov
2002
25 Nov
'02
2:44 a.m.
ChangeSet ID: 6401 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/11/24 20:44:34 Modified files: dlls/msvcrt : msvcrt.spec file.c Log message: Stefan Leichter <Stefan.Leichter(a)camLine.com> Converted implementation of _stat and _fstat to _stati64 and _fstati64. Implemented _stat/_fstat by calling _stati64/_fstati64. Patch: http://cvs.winehq.com/patch.py?id=6401 Old revision New revision Changes Path 1.54 1.55 +2 -2 wine/dlls/msvcrt/msvcrt.spec 1.40 1.41 +51 -10 wine/dlls/msvcrt/file.c