mapi32: Reorder the WINAPI with the HRESULT.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Andrey Gusev 2019-12-02 15:45:59 +02:00 committed by Alexandre Julliard
parent 22c925b8ab
commit 6c89fb106a
1 changed files with 1 additions and 1 deletions

View File

@ -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);