From 6336c42970e39d7cc76071a93e7058ba3d8fda3e Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 6 Jan 2017 18:27:15 -0500 Subject: framework: process parameters: renamed srv_ready --> hserver. --- include/ntapi/nt_process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ntapi/nt_process.h') 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; -- cgit v1.2.3