* include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
ACE_OBJECT_TYPE_PRESENT): Add constants. For use with OBJECTS_AND_NAME structure.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2003-09-26 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
|
||||||
|
ACE_OBJECT_TYPE_PRESENT): Add constants. For use with
|
||||||
|
OBJECTS_AND_NAME structure.
|
||||||
|
|
||||||
2003-09-26 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
2003-09-26 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
* include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
|
* include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
|
||||||
|
@@ -162,6 +162,8 @@ typedef DWORD FLONG;
|
|||||||
|
|
||||||
#define NTAPI __stdcall
|
#define NTAPI __stdcall
|
||||||
#include <basetsd.h>
|
#include <basetsd.h>
|
||||||
|
#define ACE_OBJECT_TYPE_PRESENT 0x00000001
|
||||||
|
#define ACE_INHERITED_OBJECT_TYPE_PRESENT 0x00000002
|
||||||
#define APPLICATION_ERROR_MASK 0x20000000
|
#define APPLICATION_ERROR_MASK 0x20000000
|
||||||
#define ERROR_SEVERITY_SUCCESS 0x00000000
|
#define ERROR_SEVERITY_SUCCESS 0x00000000
|
||||||
#define ERROR_SEVERITY_INFORMATIONAL 0x40000000
|
#define ERROR_SEVERITY_INFORMATIONAL 0x40000000
|
||||||
@@ -3217,4 +3219,3 @@ extern PVOID GetFiberData(void);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user