projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix off-by-one error in placing trailing \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 */