ChangeSet ID: 6278
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/13 15:25:34
Modified files:
dlls/tapi32 : line.c Makefile.in
. : winedefault.reg
Log message:
Huw Davies <huw(a)codeweavers.com>
Zero out the returned LINETRANSLATECAPS structure.
Read country list from the registry.
Add a load of countries to winedefault.reg.
Patch: http://cvs.winehq.com/patch.py?id=6278
Old revision New revision Changes Path
1.15 1.16 +99 -54 wine/dlls/tapi32/line.c
1.13 1.14 +1 -1 wine/dlls/tapi32/Makefile.in
1.59 1.60 +1697 -6 wine/winedefault.reg
ChangeSet ID: 6269
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/13 13:45:27
Modified files:
dlls/advapi32 : registry.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Work with the correct subkey with loading keys. Not a true fix to the
LoadKey/SaveKey situation.
Patch: http://cvs.winehq.com/patch.py?id=6269
Old revision New revision Changes Path
1.47 1.48 +10 -2 wine/dlls/advapi32/registry.c