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 <[EMAIL PROTECTED]>
> 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 <[EMAIL PROTECTED]>
> +
> +     * dlls/ole32/ole32.spec:
> +     ole32: Add CoWaitForMultipleHandles to spec file so it will be visible 
> to windows apps.
> +
>  2007-01-24  Vitaliy Margolen <[EMAIL PROTECTED]>
>  
>       * 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: [EMAIL PROTECTED]
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart


Reply via email to