From 6c89fb106a38af3ca8a5966aa0d227948dcacb78 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Mon, 2 Dec 2019 15:45:59 +0200 Subject: [PATCH] mapi32: Reorder the WINAPI with the HRESULT. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- dlls/mapi32/prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mapi32/prop.c b/dlls/mapi32/prop.c index 55baf9129ab..b217035e2c0 100644 --- a/dlls/mapi32/prop.c +++ b/dlls/mapi32/prop.c @@ -1497,7 +1497,7 @@ static inline void IMAPIPROP_Unlock(IPropDataImpl *This) * Inherited method from the IUnknown Interface. * See IUnknown_QueryInterface. */ -static WINAPI HRESULT IPropData_fnQueryInterface(LPPROPDATA iface, REFIID riid, LPVOID *ppvObj) +static HRESULT WINAPI IPropData_fnQueryInterface(LPPROPDATA iface, REFIID riid, LPVOID *ppvObj) { IPropDataImpl *This = impl_from_IPropData(iface);