[PATCH] mapi32: Reorder the WINAPI with the HRESULT.

Andrey Gusev andrey.goosev at gmail.com
Mon Dec 2 07:45:59 CST 2019


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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 55baf9129a..b217035e2c 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);
 
-- 
2.23.0




More information about the wine-devel mailing list