diff options
author | midipix <writeonce@midipix.org> | 2017-01-06 18:27:15 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-01-07 09:02:35 -0500 |
commit | 6336c42970e39d7cc76071a93e7058ba3d8fda3e (patch) | |
tree | fdfb70e2a1fd21e23a0df7e492ceb7feae4d1e26 /include | |
parent | e3e5a218e16e376c4ef18b5f5aba649e5e5063c0 (diff) | |
download | ntapi-6336c42970e39d7cc76071a93e7058ba3d8fda3e.tar.bz2 ntapi-6336c42970e39d7cc76071a93e7058ba3d8fda3e.tar.xz |
framework: process parameters: renamed srv_ready --> hserver.
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; |