mirror of https://github.com/restic/restic.git
7 lines
92 B
Go
7 lines
92 B
Go
|
// +build windows
|
||
|
|
||
|
package fs
|
||
|
|
||
|
// O_NOFOLLOW is a noop on Windows.
|
||
|
const O_NOFOLLOW int = 0
|