mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[PSDK]
Add two missing constants svn path=/trunk/; revision=63962
This commit is contained in:
parent
b3c6c5d83c
commit
bb1bbe0f7c
1 changed files with 2 additions and 0 deletions
|
@ -371,6 +371,8 @@ extern "C" {
|
|||
#define MOVEFILE_COPY_ALLOWED 2
|
||||
#define MOVEFILE_DELAY_UNTIL_REBOOT 4
|
||||
#define MOVEFILE_WRITE_THROUGH 8
|
||||
#define MOVEFILE_CREATE_HARDLINK 16
|
||||
#define MOVEFILE_FAIL_IF_NOT_TRACKABLE 32
|
||||
#define MAXIMUM_WAIT_OBJECTS 64
|
||||
#define MAXIMUM_SUSPEND_COUNT 0x7F
|
||||
#define WAIT_OBJECT_0 0
|
||||
|
|
Loading…
Reference in a new issue