ChangeSet ID: 10656 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/12 23:45:05
Modified files: dlls/msvcrt : msvcrt.spec msvcrt.h math.c locale.c file.c exit.c errno.c dir.c Makefile.in Removed files: dlls/msvcrt : lconv.c
Log message: Implemented the remaining 64-bit file functions, and added a few other functions and exported variables. Removed the almost empty lconv.c file.
Patch: http://cvs.winehq.com/patch.py?id=10656
Old revision New revision Changes Path 1.83 1.84 +13 -13 wine/dlls/msvcrt/msvcrt.spec 1.22 1.23 +1 -0 wine/dlls/msvcrt/msvcrt.h 1.19 1.20 +8 -0 wine/dlls/msvcrt/math.c 1.21 1.22 +8 -0 wine/dlls/msvcrt/locale.c 1.61 1.62 +47 -6 wine/dlls/msvcrt/file.c 1.10 1.11 +3 -1 wine/dlls/msvcrt/exit.c 1.10 1.11 +8 -0 wine/dlls/msvcrt/errno.c 1.24 1.25 +116 -4 wine/dlls/msvcrt/dir.c 1.14 1.15 +0 -1 wine/dlls/msvcrt/Makefile.in 1.1 Removed +0 -0 wine/dlls/msvcrt/lconv.c