[PATCH] oledb32: Remove duplicate WINAPI.

Andrey Gusev andrey.goosev at gmail.com
Tue May 28 15:03:40 CDT 2019


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/oledb32/errorinfo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/oledb32/errorinfo.c b/dlls/oledb32/errorinfo.c
index f1c9cd17ef..62491673bc 100644
--- a/dlls/oledb32/errorinfo.c
+++ b/dlls/oledb32/errorinfo.c
@@ -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);
-- 
2.21.0




More information about the wine-devel mailing list