ChangeSet ID: 15818
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/01 08:18:10
Modified files:
dlls/ole32/tests: marshal.c
dlls/ole32 : ole32_main.h marshal.c compobj.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Add code for destroying the thread-local storage data, but don't use
it yet.
- Don't release apartment on changing modes because we didn't add a
reference anywhere.
- Quieten the RPC_E_DISCONNECTED error message as it is an expected
return code.
- Treat IID_NULL the same as IID_IUnknown.
- Make tests compile on Win95 again.
- Fix copy+paste error where the test failure should be from the
CoUnmarshalInterface function.
Patch: http://cvs.winehq.org/patch.py?id=15818
Old revision New revision Changes Path
1.13 1.14 +9 -9 wine/dlls/ole32/tests/marshal.c
1.7 1.8 +1 -0 wine/dlls/ole32/ole32_main.h
1.61 1.62 +10 -2 wine/dlls/ole32/marshal.c
1.134 1.135 +13 -1 wine/dlls/ole32/compobj.c