user32: Fix some spec file entries

Alexandre Julliard julliard at winehq.org
Thu Feb 23 02:04:54 CST 2017


André Hentschel <nerv at dawncrow.de> writes:

> Signed-off-by: André Hentschel <nerv at dawncrow.de>
> ---
>  dlls/user32/user32.spec | 34 +++++++++++++++++-----------------
>  1 file changed, 17 insertions(+), 17 deletions(-)
>
> diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec
> index c2d43e7..b64a630 100644
> --- a/dlls/user32/user32.spec
> +++ b/dlls/user32/user32.spec
> @@ -7,8 +7,8 @@
>  @ stdcall AllowSetForegroundWindow (long)
>  @ stdcall AnimateWindow(long long long)
>  @ stdcall AnyPopup()
> -@ stdcall AppendMenuA(long long long ptr)
> -@ stdcall AppendMenuW(long long long ptr)
> +@ stdcall AppendMenuA(long long long str)
> +@ stdcall AppendMenuW(long long long wstr)

Strings in menu calls are not always strings, you don't want to print
them.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list