2018-07-25 23:21:04 +00:00
|
|
|
// Copyright 2009 The Go Authors. All rights reserved.
|
2017-07-19 09:53:11 +00:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2019-07-24 21:06:39 +00:00
|
|
|
// +build generate
|
|
|
|
|
2017-07-19 09:53:11 +00:00
|
|
|
package windows
|
|
|
|
|
2019-12-16 21:31:27 +00:00
|
|
|
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go eventlog.go service.go syscall_windows.go security_windows.go
|