[PATCH] winmm: Fix the ordinal number for function PlaySoundA

Andrew Eikum aeikum at codeweavers.com
Wed Jan 25 14:19:50 CST 2017


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>

On Wed, Jan 25, 2017 at 03:11:40PM -0200, Bruno Jesus wrote:
> Fixes https://bugs.winehq.org/show_bug.cgi?id=42257
> 
> Signed-off-by: Bruno Jesus <00cpxxx at gmail.com>
> ---
>  dlls/winmm/winmm.spec | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/winmm/winmm.spec b/dlls/winmm/winmm.spec
> index a1eaf81..87908b3 100644
> --- a/dlls/winmm/winmm.spec
> +++ b/dlls/winmm/winmm.spec
> @@ -1,5 +1,5 @@
>  # ordinal exports
> -1 stdcall @(ptr long long) PlaySoundA
> +2 stdcall @(ptr long long) PlaySoundA
>  3 stub @
>  4 stub @
>  
> -- 
> 2.9.3
> 
> 
> 



More information about the wine-patches mailing list