mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
8 lines
219 B
C
8 lines
219 B
C
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_LOCKFILE_H_
|
||
|
#define COSMOPOLITAN_LIBC_NT_ENUM_LOCKFILE_H_
|
||
|
|
||
|
#define kNtLockfileFailImmediately 1
|
||
|
#define kNtLockfileExclusiveLock 2
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_LOCKFILE_H_ */
|