Author: hpoussin
Date: Mon Aug 7 00:33:34 2006
New Revision: 23507
URL:
http://svn.reactos.org/svn/reactos?rev=23507&view=rev
Log:
SECURITY_NT_NON_UNIQUE_RID -> SECURITY_NT_NON_UNIQUE
Modified:
trunk/reactos/dll/win32/syssetup/install.c
Modified: trunk/reactos/dll/win32/syssetup/install.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/install…
==============================================================================
--- trunk/reactos/dll/win32/syssetup/install.c (original)
+++ trunk/reactos/dll/win32/syssetup/install.c Mon Aug 7 00:33:34 2006
@@ -16,8 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* $Id$
- *
+/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* PURPOSE: System setup
@@ -191,7 +190,7 @@
RtlAllocateAndInitializeSid (&SystemAuthority,
4,
- SECURITY_NT_NON_UNIQUE_RID,
+ SECURITY_NT_NON_UNIQUE,
RtlUniform (Seed),
RtlUniform (Seed),
RtlUniform (Seed),