mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
7 lines
145 B
C
7 lines
145 B
C
#ifndef _CONNPT_H
|
|
#define _CONNPT_H
|
|
|
|
HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP);
|
|
|
|
#endif /* _CONNPT_H */
|