mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
10 lines
328 B
C
10 lines
328 B
C
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_CREATIONDISPOSITION_H_
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_CREATIONDISPOSITION_H_
|
|
|
|
#define kNtCreateNew 1
|
|
#define kNtCreateAlways 2
|
|
#define kNtOpenExisting 3
|
|
#define kNtOpenAlways 4
|
|
#define kNtTruncateExisting 5
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_CREATIONDISPOSITION_H_ */
|