ChangeSet ID: 17169
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/20 08:03:59
Modified files:
server : trace.c queue.c protocol.def
include/wine : server_protocol.h
dlls/user : message.c
Log message:
Allow nested hardware message processing by storing a unique id in
every message and using it to manage the current queue position.
Better filtering of hardware messages to avoid returning messages that
have no chance to match the filter.
Patch: http://cvs.winehq.org/patch.py?id=17169
Old revision New revision Changes Path
1.233 1.234 +3 -1 wine/server/trace.c
1.57 1.58 +99 -82 wine/server/queue.c
1.129 1.130 +3 -1 wine/server/protocol.def
1.130 1.131 +4 -2 wine/include/wine/server_protocol.h
1.75 1.76 +18 -17 wine/dlls/user/message.c
ChangeSet ID: 17161
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/20 07:50:05
Modified files:
dlls/msi : registry.c msipriv.h msi.spec msi.c action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Implement Publish Components in order for MsiGetQualifiedComponent
apis to work. Also implement MsiGetQualifiedComponent, or at least some
of the functionality as it is supposed to install stuff if it is
absent, which it does not do yet.
Patch: http://cvs.winehq.org/patch.py?id=17161
Old revision New revision Changes Path
1.6 1.7 +27 -0 wine/dlls/msi/registry.c
1.52 1.53 +1 -0 wine/dlls/msi/msipriv.h
1.34 1.35 +2 -2 wine/dlls/msi/msi.spec
1.71 1.72 +99 -2 wine/dlls/msi/msi.c
1.107 1.108 +110 -1 wine/dlls/msi/action.c