From: Louis Lenders Subject: include/winnt.h:Add LABEL_SECURITY_INFORMATION definition Message-Id: Date: Wed, 4 Jan 2017 16:48:09 +0100 This security value is not defined in winnt.h (and not handled with at all in wine, likely causing bug 42014, that someone else can hopefulley fix after codefreeze ;))
This security value is not defined in winnt.h (and not handled with at all in wine, likely causing bug 42014, that someone else can hopefulley fix after codefreeze ;))
From bd2726e6a6b141509247d1b9858ce809ad389992 Mon Sep 17 00:00:00 2001 From: Louis Lenders Date: Sun, 1 Jan 2017 16:30:01 +0100 Subject: [PATCH] include/winnt.h: Add LABEL_SECURITY_INFORMATION define Signed-off-by: Louis Lenders --- include/winnt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winnt.h b/include/winnt.h index 72c399b..3b93ab4 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -5276,6 +5276,7 @@ typedef struct _TAPE_GET_MEDIA_PARAMETERS { #define GROUP_SECURITY_INFORMATION 0x00000002 #define DACL_SECURITY_INFORMATION 0x00000004 #define SACL_SECURITY_INFORMATION 0x00000008 +#define LABEL_SECURITY_INFORMATION 0x00000010 #define REG_OPTION_RESERVED 0x00000000 #define REG_OPTION_NON_VOLATILE 0x00000000 -- 2.7.4