[NTOSKRNL]

Define UNC tag in tag header

svn path=/trunk/; revision=68781
This commit is contained in:
Pierre Schweitzer 2015-08-21 08:17:48 +00:00
parent 4effde2096
commit 51832e3b60
2 changed files with 3 additions and 2 deletions

View file

@ -12,8 +12,6 @@
#define NDEBUG
#include <debug.h>
#define TAG_UNC 'nuSF'
KSEMAPHORE FsRtlpUncSemaphore;
ULONG FsRtlpRedirs = 0;

View file

@ -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'