Remove definitions now present in /reactos/include/ntos/security.h
authorNedko Arnaudov <nedko@users.sourceforge.net>
Wed, 5 Jan 2005 02:05:59 +0000 (02:05 +0000)
committerNedko Arnaudov <nedko@users.sourceforge.net>
Wed, 5 Jan 2005 02:05:59 +0000 (02:05 +0000)
svn path=/trunk/; revision=12812

rosapps/tests/tokentest/tokentest.c

index 6578f52..f2a50f4 100644 (file)
 #define ROS_ACE_HEADER ACE_HEADER
 #define ROS_ACE ACE
 
-//
-// Allocate the System Luid.  The first 1000 LUIDs are reserved.
-// Use #999 here (0x3E7 = 999)
-//
-
-#define SYSTEM_LUID                     { 0x3E7, 0x0 }
-#define ANONYMOUS_LOGON_LUID            { 0x3e6, 0x0 }
-#define LOCALSERVICE_LUID               { 0x3e5, 0x0 }
-#define NETWORKSERVICE_LUID             { 0x3e4, 0x0 }
-
 #else
 typedef LONG NTSTATUS, *PNTSTATUS;