diff options
author | midipix <writeonce@midipix.org> | 2019-06-02 13:55:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-02 13:55:40 +0000 |
commit | 97897034734f3b624a7b7e3690cf4894299a85ab (patch) | |
tree | 2ed01e4c01a6f9b00aba3e66136a521cae59d33c /include | |
parent | 34a88c6986066e5cf4ae9b92c85789fbc4835994 (diff) | |
download | ntapi-97897034734f3b624a7b7e3690cf4894299a85ab.tar.bz2 ntapi-97897034734f3b624a7b7e3690cf4894299a85ab.tar.xz |
struct _nt_runtime_data: set type of amask (admin mask) to native access type.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |