ChangeSet ID: 15955
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/08 06:09:43
Modified files:
tools/widl : write_msft.c typelib_struct.h typelib.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Add VARIANT_BOOL.
Fix CURRENCY alignment.
A function with a [retval] param has a bit set in the FKCCIC bitfield.
Two functions with the same name share the same id.
The param names of propput and propputref functions don't go into the
typelib.
Patch: http://cvs.winehq.org/patch.py?id=15955
Old revision New revision Changes Path
1.29 1.30 +20 -8 wine/tools/widl/write_msft.c
1.5 1.6 +1 -0 wine/tools/widl/typelib_struct.h
1.12 1.13 +10 -9 wine/tools/widl/typelib.c
ChangeSet ID: 15951
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/08 06:08:04
Modified files:
dlls/kernel : sync.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Convert last error from NTSTATUS to a DOS error code in WaitNamedPipe
and ConnectNamedPipe.
Patch: http://cvs.winehq.org/patch.py?id=15951
Old revision New revision Changes Path
1.69 1.70 +2 -2 wine/dlls/kernel/sync.c
ChangeSet ID: 15950
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/08 06:07:48
Modified files:
server : window.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Don't overwrite last byte of the window structure as we might not have
allocated the memory for it if extrabytes was 0.
Patch: http://cvs.winehq.org/patch.py?id=15950
Old revision New revision Changes Path
1.38 1.39 +1 -1 wine/server/window.c