1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 01:44:14 +00:00
fiber/internal/go-ole/iprovideclassinfo_func.go
2020-09-27 22:56:31 +02:00

8 lines
143 B
Go

// +build !windows
package ole
func getClassInfo(disp *IProvideClassInfo) (tinfo *ITypeInfo, err error) {
return nil, NewError(E_NOTIMPL)
}