summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-08-10 04:04:30 -0400
committermidipix <writeonce@midipix.org>2016-08-10 21:44:09 -0400
commitfff2afe2aee281a70dce4d9c536de14ed2277bae (patch)
tree95cb1d0f503a40dbc0fe7b00357f3628134838de /include/ntapi/nt_process.h
parent39c844f6632704be072ebce72b9b18cf1690eac4 (diff)
downloadntapi-fff2afe2aee281a70dce4d9c536de14ed2277bae.tar.bz2
ntapi-fff2afe2aee281a70dce4d9c536de14ed2277bae.tar.xz
nt_process.h: remove NT_RUNTIME_DATA_ALLOW_BUILTIN_DEFAULT (unused).
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 0a9e906..5430b46 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -175,9 +175,6 @@ typedef enum _nt_process_create_info_class {
/* nt_runtime_data_block flag bits */
#define NT_RUNTIME_DATA_DUPLICATE_SESSION_HANDLES (0x01)
-/* tt_get_runtime_data flag bits */
-#define NT_RUNTIME_DATA_ALLOW_BUILTIN_DEFAULT (0x01)
-
/* runtime data convenience storage */
#define NT_RUNTIME_DATA_USER_PTRS (0x10)
#define NT_RUNTIME_DATA_USER_INT32_SLOTS (0x10)