2020-06-15 14:18:57 +00:00
|
|
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_MOVEFILEEXFLAGS_H_
|
|
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_MOVEFILEEXFLAGS_H_
|
|
|
|
|
2020-11-25 16:19:00 +00:00
|
|
|
#define kNtMovefileReplaceExisting 1
|
|
|
|
#define kNtMovefileCopyAllowed 2
|
|
|
|
#define kNtMovefileDelayUntilReboot 4
|
|
|
|
#define kNtMovefileCreateHardlink 16
|
|
|
|
#define kNtMovefileFailIfNotTrackable 32
|
|
|
|
#define kNtMovefileWriteThrough 8
|
2020-06-15 14:18:57 +00:00
|
|
|
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_MOVEFILEEXFLAGS_H_ */
|