ChangeSet ID: 1014322920515817922074348 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 02/02/21 15:22:02
Modified files: dlls/msvcrt : Makefile.in console.c exit.c file.c heap.c locale.c main.c msvcrt.h msvcrt.spec Added files: dlls/msvcrt : lock.c mtdll.h
Log message: Peter Hunnisett peter@transgaming.com Add _lock,_unlock and header file for them. Convert all msvcrt locks over to use _lock and _unlock. Explicitly make msvcrt compile with multithreaded option. Fix flag handling in _sopen. Add W->A call for new _swopen.
Patch: http://cvs.winehq.com/patch.py?id=1014322920515817922074348
Revision Changes Path 1.3 +2 -1 wine/dlls/msvcrt/Makefile.in 1.7 +3 -3 wine/dlls/msvcrt/console.c 1.7 +3 -4 wine/dlls/msvcrt/exit.c 1.17 +97 -28 wine/dlls/msvcrt/file.c 1.9 +4 -4 wine/dlls/msvcrt/heap.c 1.11 +3 -3 wine/dlls/msvcrt/locale.c 1.8 +2 -30 wine/dlls/msvcrt/main.c 1.10 +4 -0 wine/dlls/msvcrt/msvcrt.h 1.31 +4 -4 wine/dlls/msvcrt/msvcrt.spec 1.1 +0 -0 wine/dlls/msvcrt/lock.c 1.1 +0 -0 wine/dlls/msvcrt/mtdll.h