ChangeSet ID: 15906
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/02 18:03:46
Modified files:
include : sidebar_login.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
The list of maintained application was not appearing anymore
Patch: http://cvs.winehq.org/patch.py?id=15906
Old revision New revision Changes Path
1.8 1.9 +4 -4 appdb/include/sidebar_login.php
ChangeSet ID: 15905
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/02 13:11:23
Modified files:
dlls/ole32 : marshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Pass the original IID to IMarshal_UnmarshalInterface and query for
the requested interface.
- Unmarshaling IID_NULL means use the IID the interface was originally
marshaled with.
Patch: http://cvs.winehq.org/patch.py?id=15905
Old revision New revision Changes Path
1.62 1.63 +24 -10 wine/dlls/ole32/marshal.c