IMessageFilter::HandleIncomingCall must be HandleInComingCall as per

MS headers.
oldstable
Serge S. Spiridonoff 2004-12-17 18:55:02 +00:00 committed by Alexandre Julliard
parent 6b85523c59
commit e3c8afe98b
1 changed files with 1 additions and 1 deletions

View File

@ -1575,7 +1575,7 @@ interface IMessageFilter : IUnknown
WORD wMethod;
} INTERFACEINFO, *LPINTERFACEINFO;
DWORD HandleIncomingCall(
DWORD HandleInComingCall(
[in] DWORD dwCallType,
[in] HTASK htaskCaller,
[in] DWORD dwTickCount,