oledb32: Remove duplicate WINAPI.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d28412030a
commit
68b09c2aa6
|
@ -219,13 +219,13 @@ static HRESULT WINAPI errorrec_QueryInterface(IErrorRecords *iface, REFIID riid,
|
||||||
return IErrorInfo_QueryInterface(&This->IErrorInfo_iface, riid, ppvObject);
|
return IErrorInfo_QueryInterface(&This->IErrorInfo_iface, riid, ppvObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
static ULONG WINAPI WINAPI errorrec_AddRef(IErrorRecords *iface)
|
static ULONG WINAPI errorrec_AddRef(IErrorRecords *iface)
|
||||||
{
|
{
|
||||||
errorrecords *This = impl_from_IErrorRecords(iface);
|
errorrecords *This = impl_from_IErrorRecords(iface);
|
||||||
return IErrorInfo_AddRef(&This->IErrorInfo_iface);
|
return IErrorInfo_AddRef(&This->IErrorInfo_iface);
|
||||||
}
|
}
|
||||||
|
|
||||||
static ULONG WINAPI WINAPI errorrec_Release(IErrorRecords *iface)
|
static ULONG WINAPI errorrec_Release(IErrorRecords *iface)
|
||||||
{
|
{
|
||||||
errorrecords *This = impl_from_IErrorRecords(iface);
|
errorrecords *This = impl_from_IErrorRecords(iface);
|
||||||
return IErrorInfo_Release(&This->IErrorInfo_iface);
|
return IErrorInfo_Release(&This->IErrorInfo_iface);
|
||||||
|
|
Loading…
Reference in New Issue