ole32: Message filters aren't used in the test_call_from_message test, so remove the call to CoRegisterMessageFilter.
This commit is contained in:
parent
1871473bb2
commit
3be9cbc41a
|
@ -1722,8 +1722,6 @@ static void test_call_from_message(void)
|
|||
|
||||
ok_more_than_one_lock();
|
||||
|
||||
hr = CoRegisterMessageFilter(&MessageFilter, NULL);
|
||||
|
||||
/* start message re-entrancy test */
|
||||
hr = IClassFactory_CreateInstance(proxy, NULL, &IID_IUnknown, (void **)&object);
|
||||
ok_ole_success(hr, IClassFactory_CreateInstance);
|
||||
|
|
Loading…
Reference in New Issue