ChangeSet ID: 14460
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/09 19:31:40
Modified files:
dlls/advapi32 : service.c advapi32.spec
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
- Stub SetServiceObjectSecurity to pretend to work (return true).
- Change QueryServiceObjectSecurity so it initializes the ACL with a
null DACL, and return as though it worked.
- Changed QueryServiceStatus to tell if the service is running by the
presence of some named shared storage - copied from StartService when
it checks to see if its already running.
Patch: http://cvs.winehq.org/patch.py?id=14460
Old revision New revision Changes Path
1.63 1.64 +41 -3 wine/dlls/advapi32/service.c
1.61 1.62 +1 -1 wine/dlls/advapi32/advapi32.spec
ChangeSet ID: 14458
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/09 19:30:47
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Set cache bitmap dimensions correctly when a 0x0 image list is used.
- Optimize WM_STYLECHANGED handler to only redraw when a CCS_* style
is changed, like native.
Patch: http://cvs.winehq.org/patch.py?id=14458
Old revision New revision Changes Path
1.201 1.202 +30 -19 wine/dlls/comctl32/toolbar.c