Commit 2e67f9bc authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

A generic implemention of IConnectionPoint/IEnumConnections.

parent fef71865
......@@ -8,6 +8,7 @@ ALTNAMES = ole2disp typelib
IMPORTS = ole32 comctl32
C_SRCS = \
connpt.c \
ole2disp.c \
oleaut.c \
olefont.c \
......
#ifndef _CONNPT_H
#define _CONNPT_H
HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP);
#endif /* _CONNPT_H */
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