Module: wine Branch: master Commit: 3be9cbc41abb6faf0ae4ba0da9e1ff236dfa1a04 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3be9cbc41abb6faf0ae4ba0da9...
Author: Rob Shearman rob@codeweavers.com Date: Wed Dec 27 11:05:48 2006 +0000
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 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/ole32/tests/marshal.c b/dlls/ole32/tests/marshal.c index beb6597..e8e3530 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);