ChangeSet ID: 16421
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/04 06:32:50
Modified files:
dlls/advapi32 : service.c
Log message:
Troy Rollo <wine(a)troy.rollo.name>
Return an empty string for service dependencies when there are no
dependencies, rather than a NULL pointer, which causes some apps to
SEGV.
Patch: http://cvs.winehq.org/patch.py?id=16421
Old revision New revision Changes Path
1.84 1.85 +9 -1 wine/dlls/advapi32/service.c
ChangeSet ID: 16419
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/04 06:31:09
Modified files:
dlls/user/tests: sysparams.c
Log message:
Justin Chevrier <jchevrier(a)nexicom.net>
Expand conformance registry entry test to handle registry entries that
differ both in Key and Value from the norm.
Take advantage of expanded registry test to allow
SPI_{GET,SET}SCREENREADER and SPI_{GET,SET}KEYBOARDPREFERENCE to pass
on Win9x.
Patch: http://cvs.winehq.org/patch.py?id=16419
Old revision New revision Changes Path
1.32 1.33 +66 -15 wine/dlls/user/tests/sysparams.c