* 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

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