summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-22 17:26:52 -0500
committermidipix <writeonce@midipix.org>2016-12-22 17:26:52 -0500
commit0cd9efed201a9e7ac7dd263977d8b045c82f2c35 (patch)
tree913c2fde19456da0f5040e6ee1c736b43cf9eb56 /include
parent030926d2c8da32a09fefd9c5e9ea4478cd0d4780 (diff)
downloadntapi-0cd9efed201a9e7ac7dd263977d8b045c82f2c35.tar.bz2
ntapi-0cd9efed201a9e7ac7dd263977d8b045c82f2c35.tar.xz
__ntapi_tt_stat(): properly populate .dev_name_hash and .dev_name_strlen.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_stat.h b/include/ntapi/nt_stat.h
index 17cb080..94890b5 100644
--- a/include/ntapi/nt_stat.h
+++ b/include/ntapi/nt_stat.h
@@ -9,6 +9,7 @@
#define NT_STAT_DEFAULT (0x00000000)
#define NT_STAT_COMMON (0x00000001)
#define NT_STAT_DEV_NAME_COPY (0x00000002)
+#define NT_STAT_MUP_DEVICE (0x20000000)
#define NT_STAT_NEW_HANDLE (0x80000000)
typedef struct _nt_stat {