mirror of
https://github.com/status-im/consul.git
synced 2025-02-12 21:56:46 +00:00
8 lines
143 B
Go
8 lines
143 B
Go
// +build !windows
|
|
|
|
package ole
|
|
|
|
func getClassInfo(disp *IProvideClassInfo) (tinfo *ITypeInfo, err error) {
|
|
return nil, NewError(E_NOTIMPL)
|
|
}
|