blob: 8364a659bae1dbc23e86307811efa1f00d030621 [file] [log] [blame]
// +build !windows
package ole
func (v *ITypeInfo) GetTypeAttr() (*TYPEATTR, error) {
return nil, NewError(E_NOTIMPL)
}