mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 02:05:48 +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 */
|