Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
[wine] / dlls / oleaut32 / connpt.h
1 #ifndef _CONNPT_H
2 #define _CONNPT_H
3
4 HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP);
5
6 #endif /* _CONNPT_H */