diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-09-26 08:19:30 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-09-26 08:19:30 +0000 |
commit | 8ff4b3513dc5d8c4255e2924222a4cbaa21bbeb2 (patch) | |
tree | 60456e347f9efe2295bb493f51531b93c3108fd4 /winsup/w32api/include/winnt.h | |
parent | 72b0db800a820603e21828ed118474bdf26b4506 (diff) | |
download | cygnal-8ff4b3513dc5d8c4255e2924222a4cbaa21bbeb2.tar.gz cygnal-8ff4b3513dc5d8c4255e2924222a4cbaa21bbeb2.tar.bz2 cygnal-8ff4b3513dc5d8c4255e2924222a4cbaa21bbeb2.zip |
* include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
ACE_OBJECT_TYPE_PRESENT): Add constants. For use with
OBJECTS_AND_NAME structure.
Diffstat (limited to 'winsup/w32api/include/winnt.h')
-rw-r--r-- | winsup/w32api/include/winnt.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h index 5b676507c..91c52956a 100644 --- a/winsup/w32api/include/winnt.h +++ b/winsup/w32api/include/winnt.h @@ -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 - |