diff options
Diffstat (limited to 'winsup/cygwin/ntdll.h')
-rw-r--r-- | winsup/cygwin/ntdll.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index c67a775ec..0ba907a83 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -69,7 +69,9 @@ #define SYMBOLIC_LINK_QUERY 1 /* Transaction access rights. */ +#ifndef TRANSACTION_ALL_ACCESS #define TRANSACTION_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | 0x3F) +#endif /* Event object access rights. */ #define EVENT_QUERY_STATE 1 |