File: api.go

package info (click to toggle)
golang-github-hectane-go-acl 0.0~git20230122.ca0b05c-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
//+build windows

// Windows API functions for manipulating ACLs.
package api

import (
	"golang.org/x/sys/windows"
)

var advapi32 = windows.MustLoadDLL("advapi32.dll")