Andrey Gusev : oledb32: Remove duplicate WINAPI.

Alexandre Julliard julliard at winehq.org
Wed May 29 15:50:37 CDT 2019


Module: wine
Branch: master
Commit: 68b09c2aa66bea46b209e480ff514912f910e6db
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=68b09c2aa66bea46b209e480ff514912f910e6db

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue May 28 23:03:40 2019 +0300

oledb32: Remove duplicate WINAPI.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 f1c9cd1..6249167 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);




More information about the wine-cvs mailing list