summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-07 23:47:38 -0400
committermidipix <writeonce@midipix.org>2017-10-08 00:01:44 -0400
commitf227090f488453754775db6e31c1e962e9c5bea6 (patch)
tree8cef1ebbb29bde3e9376c9cf9a7374acb6ebb884 /include/ntapi/nt_process.h
parent4e479d8ee998566947bd738c65ad81a824912012 (diff)
downloadntapi-f227090f488453754775db6e31c1e962e9c5bea6.tar.bz2
ntapi-f227090f488453754775db6e31c1e962e9c5bea6.tar.xz
struct _nt_process_alternate_client_id: renamed .htarget --> .hpidany.
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 3ffa960..465df0a 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -466,7 +466,7 @@ typedef struct _nt_process_alternate_client_id {
void * hentry;
void * hsession;
void * hdaemon;
- void * htarget;
+ void * hpidany;
void * hevent;
int32_t tid;
int32_t pid;