fiber/internal/go-ole/variant_ppc64le.go

14 lines
231 B
Go

//go:build ppc64le
// +build ppc64le
package ole
type VARIANT struct {
VT VT // 2
wReserved1 uint16 // 4
wReserved2 uint16 // 6
wReserved3 uint16 // 8
Val int64 // 16
_ [8]byte // 24
}