ChangeSet ID: 11959
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/12 17:18:40
Modified files:
dlls/advapi32 : service.c
Log message:
OpenServiceW: don't use the requested service access rights for the
registry key access rights, they are not the same thing.
Patch: http://cvs.winehq.org/patch.py?id=11959
Old revision New revision Changes Path
1.42 1.43 +1 -2 wine/dlls/advapi32/service.c
ChangeSet ID: 11952
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/12 17:06:52
Modified files:
dlls/kernel : comm.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Fix GetCommState and SetCommState, so that these functions can be used
to set/clear/read the DTR and RTS lines.
Patch: http://cvs.winehq.org/patch.py?id=11952
Old revision New revision Changes Path
1.77 1.78 +56 -16 wine/dlls/kernel/comm.c