X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fadvapi32%2Fwine%2Fsecurity.c;h=5885f5d7381650fdffc301aa911705fb7a0085c7;hp=9b85eeef46946d9277e586609371657db4a40096;hb=7ed4c1dd03a9d82f47708538daf829e8f68f9a82;hpb=56334230869d0c5d8028abd0199fdbd067b4aaed diff --git a/dll/win32/advapi32/wine/security.c b/dll/win32/advapi32/wine/security.c index 9b85eeef469..5885f5d7381 100644 --- a/dll/win32/advapi32/wine/security.c +++ b/dll/win32/advapi32/wine/security.c @@ -120,7 +120,9 @@ static const WELLKNOWNRID WellKnownRids[] = { { {'R','S'}, WinAccountRasAndIasServersSid, DOMAIN_ALIAS_RID_RAS_SERVERS }, }; +#ifndef __REACTOS__ static const SID sidWorld = { SID_REVISION, 1, { SECURITY_WORLD_SID_AUTHORITY} , { SECURITY_WORLD_RID } }; +#endif static const WCHAR SDDL_NO_READ_UP[] = {'N','R',0}; static const WCHAR SDDL_NO_WRITE_UP[] = {'N','W',0}; @@ -131,13 +133,17 @@ static const WCHAR SDDL_NO_EXECUTE_UP[] = {'N','X',0}; */ static const WCHAR SDDL_ACCESS_ALLOWED[] = {'A',0}; static const WCHAR SDDL_ACCESS_DENIED[] = {'D',0}; +#ifndef __REACTOS__ static const WCHAR SDDL_OBJECT_ACCESS_ALLOWED[] = {'O','A',0}; static const WCHAR SDDL_OBJECT_ACCESS_DENIED[] = {'O','D',0}; +#endif static const WCHAR SDDL_AUDIT[] = {'A','U',0}; static const WCHAR SDDL_ALARM[] = {'A','L',0}; static const WCHAR SDDL_MANDATORY_LABEL[] = {'M','L',0}; +#ifndef __REACTOS__ static const WCHAR SDDL_OBJECT_AUDIT[] = {'O','U',0}; static const WCHAR SDDL_OBJECT_ALARM[] = {'O','L',0}; +#endif /* * SDDL ADS Rights