ChangeSet ID: 15427
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/14 09:12:28
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Custom actions can have null in their target parameters, handle that
without crashing. Also enable deformating of lines greater than 256
characters.
Patch: http://cvs.winehq.org/patch.py?id=15427
Old revision New revision Changes Path
1.65 1.66 +36 -14 wine/dlls/msi/action.c
ChangeSet ID: 15424
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/14 09:11:24
Modified files:
dlls/ole32 : rpc.c
Log message:
Mike Hearn <mh(a)codeweavers.com>
Force context switch on chanbuf disconnect to avoid a race in the test
suite.
Patch: http://cvs.winehq.org/patch.py?id=15424
Old revision New revision Changes Path
1.42 1.43 +10 -0 wine/dlls/ole32/rpc.c