oledb32: Remove duplicate WINAPI.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Andrey Gusev 2019-05-28 23:03:40 +03:00 committed by Alexandre Julliard
parent d28412030a
commit 68b09c2aa6
1 changed files with 2 additions and 2 deletions

View File

@ -219,13 +219,13 @@ static HRESULT WINAPI errorrec_QueryInterface(IErrorRecords *iface, REFIID riid,
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);
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);
return IErrorInfo_Release(&This->IErrorInfo_iface);