From e3c8afe98bfb096e7886588b7e95ba42382536dc Mon Sep 17 00:00:00 2001 From: "Serge S. Spiridonoff" Date: Fri, 17 Dec 2004 18:55:02 +0000 Subject: [PATCH] IMessageFilter::HandleIncomingCall must be HandleInComingCall as per MS headers. --- include/objidl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/objidl.idl b/include/objidl.idl index 4eb6216e484..1b75ba001a9 100644 --- a/include/objidl.idl +++ b/include/objidl.idl @@ -1575,7 +1575,7 @@ interface IMessageFilter : IUnknown WORD wMethod; } INTERFACEINFO, *LPINTERFACEINFO; - DWORD HandleIncomingCall( + DWORD HandleInComingCall( [in] DWORD dwCallType, [in] HTASK htaskCaller, [in] DWORD dwTickCount,