ChangeSet ID: 13739
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/10 17:29:49
Modified files:
dlls/msi : action.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Use FDI functions like native instead of advpack.ExtractFiles and
cabinet.Extract (which doesn't work with native cabinet)
- If MoveFile fails the message now displayes the correct last error
and bails rather than silently breaking the install.
Patch: http://cvs.winehq.org/patch.py?id=13739
Old revision New revision Changes Path
1.34 1.35 +141 -75 wine/dlls/msi/action.c
ChangeSet ID: 13736
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/10 16:27:02
Modified files:
windows : dialog.c
dlls/user/tests: dialog.c
Log message:
Zach Gorman <zach(a)archetypeauction.com>
Modal dialogs should not be shown via ShowWindow until the message
queue first runs empty. This allows all initialization to complete
before a default focus is assigned.
Patch: http://cvs.winehq.org/patch.py?id=13736
Old revision New revision Changes Path
1.132 1.133 +11 -5 wine/windows/dialog.c
1.7 1.8 +5 -5 wine/dlls/user/tests/dialog.c