commit | e6afc848738c90181bffdd9d92cd46fc7de93e59 | [log] [tgz] |
---|---|---|
author | Robert Shearman <rob@codeweavers.com> | Tue Feb 01 14:18:10 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 01 14:18:10 2005 +0000 |
tree | 1590b8e0c805b61cf758345f84e219edee40d7ca | |
parent | 4590c7ddeede8c46f78199bc4b611c0b852072b0 [diff] |
- 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.