blob: 8364a659bae1dbc23e86307811efa1f00d030621 [file] [log] [blame]
Serge Bazanskicc25bdf2018-10-25 14:02:58 +02001// +build !windows
2
3package ole
4
5func (v *ITypeInfo) GetTypeAttr() (*TYPEATTR, error) {
6 return nil, NewError(E_NOTIMPL)
7}