mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 06:58:10 +00:00
[NTOSKRNL]
Define UNC tag in tag header svn path=/trunk/; revision=68781
This commit is contained in:
parent
4effde2096
commit
51832e3b60
2 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,6 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#define TAG_UNC 'nuSF'
|
||||
|
||||
KSEMAPHORE FsRtlpUncSemaphore;
|
||||
|
||||
ULONG FsRtlpRedirs = 0;
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* formerly located in fs/notify.c */
|
||||
#define FSRTL_NOTIFY_TAG 'ITON'
|
||||
|
||||
/* formerly located in fsrtl/unc.c */
|
||||
#define TAG_UNC 'nuSF'
|
||||
|
||||
/* formerly located in io/device.c */
|
||||
#define TAG_DEVICE_EXTENSION 'TXED'
|
||||
#define TAG_SHUTDOWN_ENTRY 'TUHS'
|
||||
|
|
Loading…
Reference in a new issue