From 97897034734f3b624a7b7e3690cf4894299a85ab Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 02 2019 13:55:40 +0000 Subject: struct _nt_runtime_data: set type of amask (admin mask) to native access type. --- diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index f4f4aea..5a77ae9 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -577,7 +577,7 @@ typedef struct _nt_runtime_data { uint32_t reserved; int32_t umask; - int32_t amask; + uint32_t amask; void * hstdin; void * hstdout;