Skip to content

Commit a764405

Browse files
committed
[NTOSKRNL]
Forgot to commit that file svn path=/trunk/; revision=55935
1 parent 7e1f794 commit a764405

File tree

1 file changed

+6
-1
lines changed
  • reactos/ntoskrnl/include/internal

1 file changed

+6
-1
lines changed

reactos/ntoskrnl/include/internal/fsrtl.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@
5252
//
5353
// Notifications flags
5454
//
55-
#define CLEANUP_IN_PROCESS 4
55+
#define WATCH_TREE 0x01
56+
#define INVALIDATE_BUFFERS 0x02
57+
#define CLEANUP_IN_PROCESS 0x04
58+
#define ENUMERATE_DIR 0x08
59+
#define WATCH_ROOT 0x10
60+
#define DELETE_IN_PROCESS 0x20
5661

5762
//
5863
// Internal structure for NOTIFY_SYNC

0 commit comments

Comments
 (0)