mirror of
https://github.com/status-im/consul.git
synced 2025-03-02 22:30:43 +00:00
* deps: update golang.org/x/sys * deps: update imports to gopsutil/v3 * chore: make update-vendor
13 lines
212 B
Go
13 lines
212 B
Go
// +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
|
|
}
|