From 3be9cbc41abb6faf0ae4ba0da9e1ff236dfa1a04 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Wed, 27 Dec 2006 11:05:48 +0000 Subject: [PATCH] ole32: Message filters aren't used in the test_call_from_message test, so remove the call to CoRegisterMessageFilter. --- dlls/ole32/tests/marshal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/ole32/tests/marshal.c b/dlls/ole32/tests/marshal.c index beb6597a71..e8e35302e9 100644 --- a/dlls/ole32/tests/marshal.c +++ b/dlls/ole32/tests/marshal.c @@ -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);