diff options
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 39e84e9..764c3cd 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -469,7 +469,7 @@ typedef struct _nt_runtime_data { void * hready; void * hsync; void * hswap; - void * srv_ready; + void * hserver; nt_guid port_guid; int32_t port_type; int32_t port_subtype; |