mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
style(os): format file/Types.hpp
This commit is contained in:
parent
2cf55cf23b
commit
05bd4e017e
1 changed files with 3 additions and 3 deletions
|
|
@ -37,15 +37,15 @@ enum EOSFileFlagsAndAttributes {
|
|||
OS_FILE_ATTRIBUTE_OFFLINE = 0x1000,
|
||||
OS_FILE_ATTRIBUTE_ENCRYPTED = 0x4000,
|
||||
|
||||
OS_FILE_FLAG_OPEN_NO_RECALL = 0x00100000,
|
||||
OS_FILE_FLAG_OPEN_REPARSE_POINT = 0x00200000,
|
||||
OS_FILE_FLAG_OPEN_NO_RECALL = 0x00100000,
|
||||
OS_FILE_FLAG_OPEN_REPARSE_POINT = 0x00200000,
|
||||
OS_FILE_FLAG_POSIX_SEMANTICS = 0x01000000,
|
||||
OS_FILE_FLAG_BACKUP_SEMANTICS = 0x02000000,
|
||||
OS_FILE_FLAG_DELETE_ON_CLOSE = 0x04000000,
|
||||
OS_FILE_FLAG_SEQUENTIAL_SCAN = 0x08000000,
|
||||
OS_FILE_FLAG_RANDOM_ACCESS = 0x10000000,
|
||||
OS_FILE_FLAG_NO_BUFFERING = 0x20000000,
|
||||
OS_FILE_FLAG_OVERLAPPED = 0x40000000,
|
||||
OS_FILE_FLAG_OVERLAPPED = 0x40000000,
|
||||
OS_FILE_FLAG_WRITE_THROUGH = 0x80000000
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue