Nikolay Sivov : combase: Add CoSetErrorInfo() as an alias for SetErrorInfo().

Alexandre Julliard julliard at winehq.org
Tue Aug 18 16:34:23 CDT 2020


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Aug 17 10:20:53 2020 +0300

combase: Add CoSetErrorInfo() as an alias for SetErrorInfo().

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/combase/combase.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/combase/combase.spec b/dlls/combase/combase.spec
index 608fe84af8..8a91088ca4 100644
--- a/dlls/combase/combase.spec
+++ b/dlls/combase/combase.spec
@@ -155,7 +155,7 @@
 @ stdcall CoRevokeInitializeSpy(int64) ole32.CoRevokeInitializeSpy
 @ stdcall CoRevokeMallocSpy()
 @ stub CoSetCancelObject
-@ stub CoSetErrorInfo
+@ stdcall CoSetErrorInfo(long ptr) SetErrorInfo
 @ stdcall CoSetProxyBlanket(ptr long long ptr long long ptr long)
 @ stdcall CoSuspendClassObjects() ole32.CoSuspendClassObjects
 @ stdcall CoSwitchCallContext(ptr ptr) ole32.CoSwitchCallContext




More information about the wine-cvs mailing list