ChangeSet ID: 11365
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/05 14:45:33
Modified files:
dlls/ntdll : cdrom.c
Log message:
Do not store the Unix file descriptor in the cache structure.
Protect the global cache with a critical section.
Patch: http://cvs.winehq.org/patch.py?id=11365
Old revision New revision Changes Path
1.42 1.43 +129 -103 wine/dlls/ntdll/cdrom.c
ChangeSet ID: 11363
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/05 14:43:40
Modified files:
dlls/winmm : mmio.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Handle playing of files containing a '+' as part of the filename.
Patch: http://cvs.winehq.org/patch.py?id=11363
Old revision New revision Changes Path
1.43 1.44 +31 -25 wine/dlls/winmm/mmio.c