vendor: monkey patch github.com/go-ole/go-ole support for s390x

Remove this once https://github.com/go-ole/go-ole/pull/144 gets
merged.
This commit is contained in:
Frank Schroeder 2017-06-01 15:28:55 +02:00
parent 5a17fabc50
commit 047b35bd92
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 12 additions and 0 deletions

12
vendor/github.com/go-ole/go-ole/variant_s390x.go generated vendored Normal file
View File

@ -0,0 +1,12 @@
// +build s390x
package ole
type VARIANT struct {
VT VT // 2
wReserved1 uint16 // 4
wReserved2 uint16 // 6
wReserved3 uint16 // 8
Val int64 // 16
_ [8]byte // 24
}