* 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:
Dimitri Papadopoulos 2003-09-26 08:19:30 +00:00
parent 72b0db800a
commit 8ff4b3513d
2 changed files with 9 additions and 2 deletions

View File

@ -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>
* include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):

View File

@ -162,6 +162,8 @@ typedef DWORD FLONG;
#define NTAPI __stdcall
#include <basetsd.h>
#define ACE_OBJECT_TYPE_PRESENT 0x00000001
#define ACE_INHERITED_OBJECT_TYPE_PRESENT 0x00000002
#define APPLICATION_ERROR_MASK 0x20000000
#define ERROR_SEVERITY_SUCCESS 0x00000000
#define ERROR_SEVERITY_INFORMATIONAL 0x40000000
@ -3211,10 +3213,9 @@ extern PVOID GetFiberData(void);
#endif /* __GNUC__ */
#endif /* RC_INVOKED */
#endif /* RC_INVOKED */
#ifdef __cplusplus
}
#endif
#endif