mirror of
https://github.com/golang/go
synced 2024-11-22 02:14:40 -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
|
||||
|
||||
import "unsafe"
|
||||
|
||||
const (
|
||||
Windows = 1
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user