ChangeSet ID: 18228
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/16 15:34:34
Modified files:
server : registry.c
dlls/advapi32/tests: registry.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- All versions of Windows ignore the access rights of the passed in
parent handle to RegCreateKey(Ex).
- Add a test that shows this.
Patch: http://cvs.winehq.org/patch.py?id=18228
Old revision New revision Changes Path
1.73 1.74 +2 -1 wine/server/registry.c
1.25 1.26 +17 -0 wine/dlls/advapi32/tests/registry.c
ChangeSet ID: 18227
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/16 15:33:58
Modified files:
dlls/msi : custom.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
A simple cleanup to only track the temp file if we need to have it
laying around because the action is going on asynchronously. Otherwise
clean up the temp file as the action finishes.
Patch: http://cvs.winehq.org/patch.py?id=18227
Old revision New revision Changes Path
1.15 1.16 +26 -9 wine/dlls/msi/custom.c