Commit e3c8afe9 authored by Serge S. Spiridonoff's avatar Serge S. Spiridonoff Committed by Alexandre Julliard

IMessageFilter::HandleIncomingCall must be HandleInComingCall as per

MS headers.
parent 6b85523c
...@@ -1575,7 +1575,7 @@ interface IMessageFilter : IUnknown ...@@ -1575,7 +1575,7 @@ interface IMessageFilter : IUnknown
WORD wMethod; WORD wMethod;
} INTERFACEINFO, *LPINTERFACEINFO; } INTERFACEINFO, *LPINTERFACEINFO;
DWORD HandleIncomingCall( DWORD HandleInComingCall(
[in] DWORD dwCallType, [in] DWORD dwCallType,
[in] HTASK htaskCaller, [in] HTASK htaskCaller,
[in] DWORD dwTickCount, [in] DWORD dwTickCount,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment