Skip to content
Snippets Groups Projects
Commit 93a41e8d authored by James Hatheway's avatar James Hatheway Committed by Alexandre Julliard
Browse files

Fix IConnectionPointContainer interface macros.

parent 31c6ac2a
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,8 @@ ICOM_DEFINE(IConnectionPointContainer,IUnknown)
#define IConnectionPointContainer_AddRef(p) ICOM_CALL (AddRef,p)
#define IConnectionPointContainer_Release(p) ICOM_CALL (Release,p)
/*** IConnectionPointContainer methods ***/
#define IConnectionPointContainer_EnumConnectionPoints(p,a) ICOM_CALL1(CreateInstance,p,a)
#define IConnectionPointContainer_FindConnectionPoint(p,a,b) ICOM_CALL2(LockServer,p,a,b)
#define IConnectionPointContainer_EnumConnectionPoints(p,a) ICOM_CALL1(EnumConnectionPoints,p,a)
#define IConnectionPointContainer_FindConnectionPoint(p,a,b) ICOM_CALL2(FindConnectionPoint,p,a,b)
/*****************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment