mirror of
https://github.com/status-im/status-go.git
synced 2025-01-28 07:27:00 +00:00
2f539d3bd2
Go ens needs to be updated to be compatible with the lastest geth version
13 lines
210 B
Go
13 lines
210 B
Go
// +build amd64
|
|
|
|
package ole
|
|
|
|
type VARIANT struct {
|
|
VT VT // 2
|
|
wReserved1 uint16 // 4
|
|
wReserved2 uint16 // 6
|
|
wReserved3 uint16 // 8
|
|
Val int64 // 16
|
|
_ [8]byte // 24
|
|
}
|