blob: 7e3cb63ea7394353898d1ec2cce0134e414177e3 [file] [log] [blame]
// +build !windows
package ole
func getClassInfo(disp *IProvideClassInfo) (tinfo *ITypeInfo, err error) {
return nil, NewError(E_NOTIMPL)
}