Added CoWaitForMultipleHandles to ole32.spec so it will be visible to W indows apps.

John Morris mailjohnmorris at gmail.com
Fri Feb 2 13:25:52 CST 2007


Sorry,

I misunderstood the sending patches guideline on the winehq page.  It
sounds like it is instructing me to include a changelog entry.

I'll resubmit it.

Thanks,

John


On 2/1/07, Michael Stefaniuc <mstefani at redhat.com> wrote:
> Hello John,
>
> thanks for the patch.
> You do not need to add the entry to the ChangeLog file. That is done
> automaticly using the git changelog entries during the release of a new
> Wine version. Would you mind resubmitting the patch without that?
>
> bye
>         michael
>
> John Morris wrote:
> > From 79b3a4ba86ec3ddbd4b8be7c04bb350d78c78bfa Mon Sep 17 00:00:00 2001
> > From: John Morris <mailjohnmorris at gmail.com>
> > Date: Wed, 31 Jan 2007 17:38:04 -0600
> > Subject: Added CoWaitForMultipleHandles to ole32.spec so it will be visible to Windows apps.
> >
> > ---
> >  ChangeLog             |    5 +++++
> >  dlls/ole32/ole32.spec |    1 +
> >  2 files changed, 6 insertions(+), 0 deletions(-)
> >
> > diff --git a/ChangeLog b/ChangeLog
> > index 658036c..ce545d0 100644
> > --- a/ChangeLog
> > +++ b/ChangeLog
> > @@ -1,3 +1,8 @@
> > +2007-01-31  John Morris <mailjohnmorris at gmail.com>
> > +
> > +     * dlls/ole32/ole32.spec:
> > +     ole32: Add CoWaitForMultipleHandles to spec file so it will be visible to windows apps.
> > +
> >  2007-01-24  Vitaliy Margolen <wine-patches at kievinfo.com>
> >
> >       * server/token.c:
> > diff --git a/dlls/ole32/ole32.spec b/dlls/ole32/ole32.spec
> > index d775556..3ae0240 100644
> > --- a/dlls/ole32/ole32.spec
> > +++ b/dlls/ole32/ole32.spec
> > @@ -76,6 +76,7 @@
> >  @ stub CoUnloadingWOW
> >  @ stdcall CoUnmarshalHresult(ptr ptr)
> >  @ stdcall CoUnmarshalInterface(ptr ptr ptr)
> > +@ stdcall CoWaitForMultipleHandles(long long long ptr ptr)
> >  @ stdcall CreateAntiMoniker(ptr)
> >  @ stdcall CreateBindCtx(long ptr)
> >  @ stdcall CreateClassMoniker(ptr ptr)
> >
> >
> > ------------------------------------------------------------------------
> >
> >
>
>
> --
> Michael Stefaniuc               Tel.: +49-711-96437-199
> Sr. Network Engineer            Fax.: +49-711-96437-111
> Red Hat GmbH                    Email: mstefani at redhat.com
> Hauptstaetterstr. 58            http://www.redhat.de/
> D-70178 Stuttgart
>



More information about the wine-devel mailing list