Commit 68b09c2a authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

oledb32: Remove duplicate WINAPI.

parent d2841203
......@@ -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);
......
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