ChangeSet ID: 1010603459994432233739644
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/09 14:10:59
Modified files:
dlls/oleaut32 : typelib.c
Log message:
Bill Medland <medbi01(a)accpac.com>
Fixed GetDocumentation a little. When called from RegisterTypeLib it
was leaving the Doc entry uninitialised, leading to page fault when
measuring it. Also ensure correct freeing of resources on failure.
Patch: http://cvs.winehq.com/patch.py?id=1010603459994432233739644
Revision Changes Path
1.58 +36 -24 wine/dlls/oleaut32/typelib.c
ChangeSet ID: 1010437336119834777899086
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/07 16:02:16
Modified files:
files : file.c
server : file.c
Log message:
Martin Wilck <Martin.Wilck(a)fujitsu-siemens.com>
Add server side support for async IO on files.
Use pread/pwrite to read/write from the offset specified in the
overlapped structure.
Patch: http://cvs.winehq.com/patch.py?id=1010437336119834777899086
Revision Changes Path
1.128 +25 -8 wine/files/file.c
1.52 +73 -2 wine/server/file.c