2017-11-08 11:34:04 -05:00
|
|
|
// Copyright 2009 The Go Authors. All rights reserved.
|
2017-04-17 18:08:24 -04:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2019-06-02 03:39:23 -04:00
|
|
|
// +build generate
|
|
|
|
|
2017-04-17 18:08:24 -04:00
|
|
|
package windows
|
|
|
|
|
2020-01-06 12:52:31 -05: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
|