ChangeSet ID: 6155
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/04 16:38:26
Modified files:
dlls/ole32 : ole2stubs.c marshal.c
Log message:
Marcus Meissner <mm(a)lst.de>
Handle errors in std marshaller better, do not crash.
Added another error message if some program tries to marshal
IOleObject.
OleCreate() should be able to use Local Servers too (it can't as of
now, just for debugging).
Patch: http://cvs.winehq.com/patch.py?id=6155
Old revision New revision Changes Path
1.23 1.24 +1 -1 wine/dlls/ole32/ole2stubs.c
1.5 1.6 +12 -6 wine/dlls/ole32/marshal.c
ChangeSet ID: 6153
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/04 16:36:07
Modified files:
programs/wcmd : wcmdmain.c
Log message:
Jaco Greeff <jaco(a)puxedo.org>
Skip the allocation of a new console on "wcmd /c <command>" execution,
using the current allocated STDIN and STDOUT handles for command
input/output.
Patch: http://cvs.winehq.com/patch.py?id=6153
Old revision New revision Changes Path
1.17 1.18 +10 -5 wine/programs/wcmd/wcmdmain.c