mirror of
https://github.com/golang/go
synced 2024-11-22 07:44:43 -07:00
runtime: fix windows breakage
R=iant CC=golang-dev https://golang.org/cl/3344044
This commit is contained in:
parent
fdeda13f9e
commit
555feea117
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
package runtime
|
package runtime
|
||||||
|
|
||||||
|
import "unsafe"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Windows = 1
|
Windows = 1
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user