Commit 6c89fb10 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

mapi32: Reorder the WINAPI with the HRESULT.

parent 22c925b8
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment