ChangeSet ID: 18090
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/12 05:42:36
Modified files:
dlls/oleaut32 : usrmarshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Don't print out cryptic message if IDispatch or IUnknown object is
just NULL.
- puArgErr is a ref pointer so we have to provide a dummy pointer if
it is NULL.
- Fail gracefully and notify caller if we ran out of memoy or if
variant copying failed.
Patch: http://cvs.winehq.org/patch.py?id=18090
Old revision New revision Changes Path
1.7 1.8 +48 -31 wine/dlls/oleaut32/usrmarshal.c
ChangeSet ID: 18089
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/12 05:42:13
Modified files:
dlls/advapi32/tests: registry.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Fix registry test for Win9x by skipping a section that fails, but
succeeds on NT.
Patch: http://cvs.winehq.org/patch.py?id=18089
Old revision New revision Changes Path
1.24 1.25 +47 -42 wine/dlls/advapi32/tests/registry.c