mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:36:13 +00:00
SECURITY_NT_NON_UNIQUE_RID -> SECURITY_NT_NON_UNIQUE
svn path=/trunk/; revision=23507
This commit is contained in:
parent
310cebde9f
commit
15e0dc6523
1 changed files with 2 additions and 3 deletions
|
@ -16,8 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id$
|
/*
|
||||||
*
|
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* PURPOSE: System setup
|
* PURPOSE: System setup
|
||||||
|
@ -191,7 +190,7 @@ CreateRandomSid (PSID *Sid)
|
||||||
|
|
||||||
RtlAllocateAndInitializeSid (&SystemAuthority,
|
RtlAllocateAndInitializeSid (&SystemAuthority,
|
||||||
4,
|
4,
|
||||||
SECURITY_NT_NON_UNIQUE_RID,
|
SECURITY_NT_NON_UNIQUE,
|
||||||
RtlUniform (Seed),
|
RtlUniform (Seed),
|
||||||
RtlUniform (Seed),
|
RtlUniform (Seed),
|
||||||
RtlUniform (Seed),
|
RtlUniform (Seed),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue