From: Alexandre Julliard Subject: Re: [PATCH 1/8] user32: Fix some spec file entries Message-Id: <878sm2z4y4.fsf@wine> Date: Mon, 20 Jan 2020 13:29:39 +0100 In-Reply-To: <61293e05-cff4-ef74-fbca-76d94dfccbd2@dawncrow.de> (=?utf-8?Q?=22Andr=C3=A9?= Hentschel"'s message of "Sun, 19 Jan 2020 22:51:31 +0100") References: <61293e05-cff4-ef74-fbca-76d94dfccbd2@dawncrow.de> André Hentschel writes: > Signed-off-by: André Hentschel > --- > 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@winehq.org