mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
add msdn link for LockFileEx
This commit is contained in:
parent
370a4ca70b
commit
ebd88f8f8a
@ -24,6 +24,8 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
// dwFlags defined for LockFileEx
|
||||||
|
// https://msdn.microsoft.com/en-us/library/windows/desktop/aa365203(v=vs.85).aspx
|
||||||
_LOCKFILE_FAIL_IMMEDIATELY = 1
|
_LOCKFILE_FAIL_IMMEDIATELY = 1
|
||||||
_LOCKFILE_EXCLUSIVE_LOCK = 2
|
_LOCKFILE_EXCLUSIVE_LOCK = 2
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user