* ntdll.h: Guard against new header files.

This commit is contained in:
Christopher Faylor 2013-10-05 14:34:41 +00:00
parent e828abfaea
commit fc3f6ccafa
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-10-05 Christopher Faylor <me.cygwin2013@cgf.cx>
* ntdll.h: Guard against new header files.
2013-09-25 Christopher Faylor <me.cygwin2013@cgf.cx>
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 26.

View File

@ -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