mirror of
https://github.com/status-im/status-go.git
synced 2025-02-20 10:48:36 +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)
|
|
}
|