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
ChangeSet ID: 6263
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/13 13:37:24
Modified files:
dlls/winedos : dosexe.h
Log message:
Marcus Meissner <meissner(a)suse.de>
Do not define MZ_SUPPORTED if we do not have sys/vm86.h for all the
struct definitions.
Patch: http://cvs.winehq.com/patch.py?id=6263
Old revision New revision Changes Path
1.13 1.14 +2 -2 wine/dlls/winedos/dosexe.h
ChangeSet ID: 6262
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/13 13:37:10
Modified files:
dlls/ttydrv : ttydrv.h
Log message:
Marcus Meissner <meissner(a)suse.de>
Only include curses headers if we are using curses at all.
Patch: http://cvs.winehq.com/patch.py?id=6262
Old revision New revision Changes Path
1.22 1.23 +2 -0 wine/dlls/ttydrv/ttydrv.h