ChangeSet ID: 16243
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/22 09:47:00
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Update the installed state for components during CostFinalize. Laying
groundwork to be able to start processing uninstall logic as well.
Patch: http://cvs.winehq.org/patch.py?id=16243
Old revision New revision Changes Path
1.89 1.90 +157 -70 wine/dlls/msi/action.c
ChangeSet ID: 16242
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/22 09:46:36
Modified files:
windows : nonclient.c
dlls/user/tests: win.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
DefWindowProc's WM_NCCALC handler must not subtract space for
scrollbars if there is not enough space for it anyway. With tests to
confirm the behavior.
Patch: http://cvs.winehq.org/patch.py?id=16242
Old revision New revision Changes Path
1.133 1.134 +17 -6 wine/windows/nonclient.c
1.41 1.42 +53 -0 wine/dlls/user/tests/win.c