[PATCH 1/8] user32: Fix some spec file entries

Alexandre Julliard julliard at winehq.org
Mon Jan 20 06:29:39 CST 2020


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

> Signed-off-by: André Hentschel <nerv at dawncrow.de>
> ---
>  dlls/user32/user32.spec | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec
> index 1aedc32de28..6d24550d19f 100644
> --- a/dlls/user32/user32.spec
> +++ b/dlls/user32/user32.spec
> @@ -10,7 +10,7 @@
>  @ stdcall AnyPopup()
>  @ stdcall AppendMenuA(long long long ptr)
>  @ stdcall AppendMenuW(long long long ptr)
> -@ stdcall AreDpiAwarenessContextsEqual(long long)
> +@ stdcall AreDpiAwarenessContextsEqual(ptr ptr)

ptr and long mean the same thing, it's not necessary to change them,
particularly for HANDLE types since they are not even real pointers.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list