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
ChangeSet ID: 6261
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/13 13:36:57
Modified files:
dlls/oleaut32 : typelib.c
Log message:
Alberto Massari <alby(a)exln.com>
ITypeInfo::Invoke now is able to invoke a function even when it is
provided with a byref argument.
Patch: http://cvs.winehq.com/patch.py?id=6261
Old revision New revision Changes Path
1.80 1.81 +8 -8 wine/dlls/oleaut32/typelib.c