Fix SECURITY_DESCRIPTOR_RELATIVE that I broke, spotted by Stefan
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 9 Oct 2009 22:52:39 +0000 (22:52 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 9 Oct 2009 22:52:39 +0000 (22:52 +0000)
svn path=/trunk/; revision=43348

reactos/include/ddk/ntifs.h

index cf8be0f..4a76578 100644 (file)
@@ -945,10 +945,10 @@ typedef struct _SECURITY_DESCRIPTOR_RELATIVE {
     UCHAR Revision;
     UCHAR Sbz1;
     SECURITY_DESCRIPTOR_CONTROL Control;
     UCHAR Revision;
     UCHAR Sbz1;
     SECURITY_DESCRIPTOR_CONTROL Control;
-    DWORD_PTR Owner;
-    DWORD_PTR Group;
-    DWORD_PTR Sacl;
-    DWORD_PTR Dacl;
+    ULONG Owner;
+    ULONG Group;
+    ULONG Sacl;
+    ULONG Dacl;
 } SECURITY_DESCRIPTOR_RELATIVE, *PISECURITY_DESCRIPTOR_RELATIVE;
 typedef enum _TOKEN_INFORMATION_CLASS {
        TokenUser=1,TokenGroups,TokenPrivileges,TokenOwner,
 } SECURITY_DESCRIPTOR_RELATIVE, *PISECURITY_DESCRIPTOR_RELATIVE;
 typedef enum _TOKEN_INFORMATION_CLASS {
        TokenUser=1,TokenGroups,TokenPrivileges,TokenOwner,