Module: wine Branch: refs/heads/master Commit: fc7f5b3364eeda5fbda43c322b04cab70379501c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=fc7f5b3364eeda5fbda43c32...
Author: Robert Reif reif@earthlink.net Date: Thu Aug 3 08:02:21 2006 -0400
winnt.h: Add missing define.
---
include/winnt.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/winnt.h b/include/winnt.h index c8eca8f..f212ddd 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -3265,6 +3265,7 @@ #define SE_DACL_AUTO_INHERITED 0x000004 #define SE_SACL_AUTO_INHERITED 0x00000800 #define SE_DACL_PROTECTED 0x00001000 #define SE_SACL_PROTECTED 0x00002000 +#define SE_RM_CONTROL_VALID 0x00004000 #define SE_SELF_RELATIVE 0x00008000
typedef DWORD SECURITY_INFORMATION, *PSECURITY_INFORMATION;