Re: Definition of IMessageFilter in objidl.h

2004-12-16 Thread Dmitry Timoshkov
"Serge S. Spiridonoff" <[EMAIL PROTECTED]> wrote: > Well, I've just noticed the following record in the ChangeLog... > > * include/objidl.h, include/objidl.idl: > Jake Hamby <[EMAIL PROTECTED]> > IMessageFilter::HandleInComingCall() should be HandleIncomingCall(). > > Also, http://cvs.winehq.

Re: Definition of IMessageFilter in objidl.h

2004-12-16 Thread Serge S. Spiridonoff
> Yes. Please send a patch. Well, I've just noticed the following record in the ChangeLog... * include/objidl.h, include/objidl.idl: Jake Hamby <[EMAIL PROTECTED]> IMessageFilter::HandleInComingCall() should be HandleIncomingCall(). Also, http://cvs.winehq.org/patch.py?id=12310 So I'm a b

Re: Definition of IMessageFilter in objidl.h

2004-12-15 Thread Dmitry Timoshkov
"Serge S. Spiridonoff" <[EMAIL PROTECTED]> wrote: > IMessageFilter::HandleInComingCall is defined as HandleIncomingCall in > include/wine/windows/objidl.h (.idl) > Note the capital 'C' in 'InComing' in MS headers. > Is it a misprint? Yes. Please send a patch. -- Dmitry.

Definition of IMessageFilter in objidl.h

2004-12-15 Thread Serge S. Spiridonoff
Hi, IMessageFilter::HandleInComingCall is defined as HandleIncomingCall in include/wine/windows/objidl.h (.idl) Note the capital 'C' in 'InComing' in MS headers. Is it a misprint? Thanks