- Add code for destroying the thread-local storage data, but don't use
commite6afc848738c90181bffdd9d92cd46fc7de93e59
authorRobert Shearman <rob@codeweavers.com>
Tue, 1 Feb 2005 14:18:10 +0000 (1 14:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Feb 2005 14:18:10 +0000 (1 14:18 +0000)
tree1590b8e0c805b61cf758345f84e219edee40d7ca
parent4590c7ddeede8c46f78199bc4b611c0b852072b0
- 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.
dlls/ole32/compobj.c
dlls/ole32/marshal.c
dlls/ole32/ole32_main.h
dlls/ole32/tests/marshal.c