mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 18:02:02 +00:00
Merge pull request #3397 from wrapperup/add-movefile-flags
Add flags for windows `MoveFileEx`
This commit is contained in:
@@ -2074,7 +2074,13 @@ SRWLOCK_INIT :: SRWLOCK{}
|
||||
STARTF_USESTDHANDLES: DWORD : 0x00000100
|
||||
|
||||
VOLUME_NAME_DOS: DWORD : 0x0
|
||||
MOVEFILE_REPLACE_EXISTING: DWORD : 1
|
||||
|
||||
MOVEFILE_COPY_ALLOWED: DWORD: 0x2
|
||||
MOVEFILE_CREATE_HARDLINK: DWORD: 0x10
|
||||
MOVEFILE_DELAY_UNTIL_REBOOT: DWORD: 0x4
|
||||
MOVEFILE_FAIL_IF_NOT_TRACKABLE: DWORD: 0x20
|
||||
MOVEFILE_REPLACE_EXISTING: DWORD : 0x1
|
||||
MOVEFILE_WRITE_THROUGH: DWORD: 0x8
|
||||
|
||||
FILE_BEGIN: DWORD : 0
|
||||
FILE_CURRENT: DWORD : 1
|
||||
|
||||
Reference in New Issue
Block a user