Skip to content

Commit 85a11ff

Browse files
committed
Merge branch 'rozmansi-master'
2 parents 9c48443 + d3deed4 commit 85a11ff

File tree

8 files changed

+663
-6
lines changed

8 files changed

+663
-6
lines changed

oleacc_386.go renamed to oleacc_32.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build windows
5+
// +build windows,386 windows,arm
66

77
package win
88

oleacc_amd64.go renamed to oleacc_64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build windows
5+
// +build windows,amd64
66

77
package win
88

oleaut32_386.go renamed to oleaut32_32.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build windows
5+
// +build windows,386 windows,arm
66

77
package win
88

oleaut32_amd64.go renamed to oleaut32_64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build windows
5+
// +build windows,amd64
66

77
package win
88

0 commit comments

Comments
 (0)