mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTOSKRNL]
Forgot to commit that file svn path=/trunk/; revision=55935
This commit is contained in:
parent
7e1f7945ed
commit
a7644056d7
1 changed files with 6 additions and 1 deletions
|
@ -52,7 +52,12 @@
|
|||
//
|
||||
// Notifications flags
|
||||
//
|
||||
#define CLEANUP_IN_PROCESS 4
|
||||
#define WATCH_TREE 0x01
|
||||
#define INVALIDATE_BUFFERS 0x02
|
||||
#define CLEANUP_IN_PROCESS 0x04
|
||||
#define ENUMERATE_DIR 0x08
|
||||
#define WATCH_ROOT 0x10
|
||||
#define DELETE_IN_PROCESS 0x20
|
||||
|
||||
//
|
||||
// Internal structure for NOTIFY_SYNC
|
||||
|
|
Loading…
Reference in a new issue