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
ChangeSet ID: 6266
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/13 13:40:50
Modified files:
dlls/wininet : internet.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Add a counter to keep track of the number of outstanding async
requests. This gets around a problem where a SetEvent could be called
before a previous event had been dealt with.
Patch: http://cvs.winehq.com/patch.py?id=6266
Old revision New revision Changes Path
1.44 1.45 +9 -0 wine/dlls/wininet/internet.c