Check the attributes of the *current* section, not only the attributes
[wine/testsucceed.git] / dlls / oleaut32 / connpt.h
bloba65069c5e4bea69c545ec32b1bf8f0c05f3bdbaf
1 #ifndef _CONNPT_H
2 #define _CONNPT_H
4 HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP);
6 #endif /* _CONNPT_H */