1
0
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:
Luuk van Dijk 2010-12-01 00:19:00 +01:00
parent fdeda13f9e
commit 555feea117

View File

@ -6,6 +6,8 @@
package runtime package runtime
import "unsafe"
const ( const (
Windows = 1 Windows = 1
) )