include: Add more well known sid types

André Hentschel nerv at dawncrow.de
Sat Dec 4 09:37:42 CST 2010


---
 include/winnt.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index b72a952..380ad3f 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -4239,6 +4239,12 @@ typedef enum {
     WinEnterpriseReadonlyControllersSid         = 74,
     WinAccountReadonlyControllersSid            = 75,
     WinBuiltinEventLogReadersGroup              = 76,
+    WinNewEnterpriseReadonlyControllersSid      = 77,
+    WinBuiltinCertSvcDComAccessGroup            = 78,
+    WinMediumPlusLabelSid                       = 79,
+    WinLocalLogonSid                            = 80,
+    WinConsoleLogonSid                          = 81,
+    WinThisOrganizationCertificateSid           = 82,
 } WELL_KNOWN_SID_TYPE;
 
 /*
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list