ChangeSet ID: 100093137431619092123583 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/09/19 16:29:34
Modified files: dlls/msvcrt : locale.c main.c include : Makefile.in include/msvcrt : wchar.h include/msvcrt/sys: stat.h Added files: include/msvcrt : locale.h
Log message: Francois Gouget fgouget@free.fr Add msvcrt/locale.h. Add missing include directives in msvcrt/wchar.h. Fix prototype of _wstati64 in msvcrt/sys/stat.h.
Patch: http://cvs.winehq.com/patch.py?id=100093137431619092123583
Revision Changes Path 1.8 +2 -10 wine/dlls/msvcrt/locale.c 1.5 +1 -1 wine/dlls/msvcrt/main.c 1.31 +1 -0 wine/include/Makefile.in 1.2 +3 -3 wine/include/msvcrt/wchar.h 1.1 +0 -0 wine/include/msvcrt/locale.h 1.2 +1 -1 wine/include/msvcrt/sys/stat.h