mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-03 13:35:46 +08:00
* ntdll.h: Guard against new header files.
This commit is contained in:
parent
e828abfaea
commit
fc3f6ccafa
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user