ChangeSet ID: 16418
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/04 06:30:47
Modified files:
dlls/ole32/tests: marshal.c
dlls/ole32 : rpc.c
Log message:
Rob Shearman <rob(a)codeweavers.com>
Mike Hearn <mh(a)codeweavers.com>
- Add re-entrancy tests to the test suite.
- Run RPCs on a new thread client side so we can pump the message
loop.
Patch: http://cvs.winehq.org/patch.py?id=16418
Old revision New revision Changes Path
1.18 1.19 +183 -1 wine/dlls/ole32/tests/marshal.c
1.57 1.58 +83 -3 wine/dlls/ole32/rpc.c
ChangeSet ID: 16409
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/04 04:46:36
Modified files:
dlls/rpcrt4 : rpc_binding.c
Log message:
Mike Hearn <mh(a)codeweavers.com>
Suppress some useless warnings in the RPC runtime, and make a few
TRACEs that were reporting problems into WARNs.
Patch: http://cvs.winehq.org/patch.py?id=16409
Old revision New revision Changes Path
1.33 1.34 +3 -3 wine/dlls/rpcrt4/rpc_binding.c