mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTOSKRNL]
Define UNC tag in tag header svn path=/trunk/; revision=68781
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user