From 030926d2c8da32a09fefd9c5e9ea4478cd0d4780 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 22 Dec 2016 11:58:01 +0200 Subject: __ntapi_tt_statfs(), __ntapi_tt_istat(): added initial \Device\Mup support. --- include/ntapi/nt_istat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ntapi/nt_istat.h') diff --git a/include/ntapi/nt_istat.h b/include/ntapi/nt_istat.h index 7ad02a3..497dc72 100644 --- a/include/ntapi/nt_istat.h +++ b/include/ntapi/nt_istat.h @@ -9,6 +9,7 @@ #define NT_ISTAT_DEFAULT 0x00000000 #define NT_ISTAT_COMMON 0x00000001 #define NT_ISTAT_DEV_NAME_COPY 0x00000002 +#define NT_ISTAT_MUP_DEVICE 0x20000000 #define NT_ISTAT_NEW_HANDLE 0x80000000 typedef struct _nt_istat { -- cgit v1.2.3