mapi32: Reorder the WINAPI with the HRESULT.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
22c925b8ab
commit
6c89fb106a
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue