diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_sysinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_sysinfo.h b/include/ntapi/nt_sysinfo.h index 3f57a43..aa6cb6e 100644 --- a/include/ntapi/nt_sysinfo.h +++ b/include/ntapi/nt_sysinfo.h @@ -437,7 +437,7 @@ typedef struct _nt_system_handle_information { uint16_t handle; void * object; uint32_t granted_access; -#if defined (__NT64) +#if (__SIZEOF_POINTER__ == 8) uint32_t granted_access_padding; #endif } nt_system_handle_information; |