ChangeSet ID: 15262
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/07 11:08:36
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Make all custom type 1 actions happen in a seperate thread and close
all handles for that thread when it exits. Honors the concept of
temporary MSI handles for custom actions.
Patch: http://cvs.winehq.org/patch.py?id=15262
Old revision New revision Changes Path
1.63 1.64 +44 -56 wine/dlls/msi/action.c
ChangeSet ID: 15258
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/07 09:33:58
Modified files:
dlls/ntdll : cdrom.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Add a complete, sorted listed of IOCTLS implemented in the file.
- Dump track numbers after they have been filled in.
Patch: http://cvs.winehq.org/patch.py?id=15258
Old revision New revision Changes Path
1.49 1.50 +41 -32 wine/dlls/ntdll/cdrom.c
ChangeSet ID: 15256
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/07 09:33:26
Modified files:
dlls/ole32 : rpc.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
The current architecture cannot handle pipes changing address, so use
a static array. Fixes memory corruption that sometimes occurs when
using multiple pipes.
Patch: http://cvs.winehq.org/patch.py?id=15256
Old revision New revision Changes Path
1.39 1.40 +8 -9 wine/dlls/ole32/rpc.c