mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[XDK]
Fix build svn path=/trunk/; revision=54938
This commit is contained in:
@@ -817,6 +817,12 @@ typedef struct _SECURITY_CLIENT_CONTEXT {
|
||||
typedef enum _OBJECT_INFORMATION_CLASS {
|
||||
ObjectBasicInformation = 0,
|
||||
ObjectTypeInformation = 2,
|
||||
/* Not for public use */
|
||||
ObjectNameInformation = 1,
|
||||
ObjectTypesInformation = 3,
|
||||
ObjectHandleFlagInformation = 4,
|
||||
ObjectSessionInformation = 5,
|
||||
MaxObjectInfoClass
|
||||
} OBJECT_INFORMATION_CLASS;
|
||||
|
||||
|
||||
|
||||
@@ -139,14 +139,14 @@ typedef enum _OBJECT_INFORMATION_CLASS {
|
||||
ObjectBasicInformation = 0,
|
||||
ObjectTypeInformation = 2,
|
||||
$endif (_NTIFS_)
|
||||
$if (_PRIVATE_)
|
||||
$if (_NTIFS_) // we should remove these, but the kernel needs them :-/
|
||||
/* Not for public use */
|
||||
ObjectNameInformation = 1,
|
||||
ObjectTypesInformation = 3,
|
||||
ObjectHandleFlagInformation = 4,
|
||||
ObjectSessionInformation = 5,
|
||||
MaxObjectInfoClass
|
||||
$endif (_PRIVATE_)
|
||||
$endif (_NTIFS_)
|
||||
$if (_NTIFS_)
|
||||
} OBJECT_INFORMATION_CLASS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user