ChangeSet ID: 16588
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/14 04:09:12
Modified files:
dlls/oleaut32 : tmarshal.c
Log message:
Mike Hearn <mh(a)codeweavers.com>
Robert Shearman <rob(a)codeweavers.com>
- Implement VT_BYREF | VT_BSTR marshalling.
- Add more integer types for marshaling and unmarshaling.
- Implement VT_BYREF | VT_BSTR unmarshaling.
- Don't allocate memory for TKIND_DISPATCH/TKIND_INTERFACE
unmarshaling as it will be lost in the success case and interferes
with the failure case.
Patch: http://cvs.winehq.org/patch.py?id=16588
Old revision New revision Changes Path
1.43 1.44 +68 -4 wine/dlls/oleaut32/tmarshal.c
ChangeSet ID: 16584
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/14 04:07:12
Modified files:
dlls/commdlg : printdlg.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
Change a fixme to a warn, and use W version of call.
Patch: http://cvs.winehq.org/patch.py?id=16584
Old revision New revision Changes Path
1.86 1.87 +5 -5 wine/dlls/commdlg/printdlg.c