mirror of
https://github.com/reactos/reactos.git
synced 2025-06-11 04:47:22 +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
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#define TAG_UNC 'nuSF'
|
|
||||||
|
|
||||||
KSEMAPHORE FsRtlpUncSemaphore;
|
KSEMAPHORE FsRtlpUncSemaphore;
|
||||||
|
|
||||||
ULONG FsRtlpRedirs = 0;
|
ULONG FsRtlpRedirs = 0;
|
||||||
|
|
|
@ -29,6 +29,9 @@
|
||||||
/* formerly located in fs/notify.c */
|
/* formerly located in fs/notify.c */
|
||||||
#define FSRTL_NOTIFY_TAG 'ITON'
|
#define FSRTL_NOTIFY_TAG 'ITON'
|
||||||
|
|
||||||
|
/* formerly located in fsrtl/unc.c */
|
||||||
|
#define TAG_UNC 'nuSF'
|
||||||
|
|
||||||
/* formerly located in io/device.c */
|
/* formerly located in io/device.c */
|
||||||
#define TAG_DEVICE_EXTENSION 'TXED'
|
#define TAG_DEVICE_EXTENSION 'TXED'
|
||||||
#define TAG_SHUTDOWN_ENTRY 'TUHS'
|
#define TAG_SHUTDOWN_ENTRY 'TUHS'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue