2017-05-20 20:11:38 -04:00
|
|
|
// Copyright 2015 The Go Authors. All rights reserved.
|
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
2017-10-06 17:26:14 -03:00
|
|
|
package registry
|
2017-05-20 20:11:38 -04:00
|
|
|
|
2017-10-06 17:26:14 -03:00
|
|
|
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall.go
|