restic/internal/fs/const_windows.go

7 lines
92 B
Go

// +build windows
package fs
// O_NOFOLLOW is a noop on Windows.
const O_NOFOLLOW int = 0