diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-01 02:24:07 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-01 02:24:07 +0300 |
commit | a7823b56a5b08f81248e83804349bc8e9fc61206 (patch) | |
tree | 9d2e3a7a558498be03513c96c35796b948418115 /gpg_wrapper.h | |
parent | b0e1bb306eec7f2d13ff385d4c1191646cc3e7f9 (diff) | |
parent | 8cdda41b119526a2741938d57b7e066e1697315b (diff) |
Merge branch 'new_gpg' into new_gpg_autoexchange
Conflicts:
messages.cpp
Diffstat (limited to 'gpg_wrapper.h')
-rw-r--r-- | gpg_wrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpg_wrapper.h b/gpg_wrapper.h index d9a02c9..f9d6670 100644 --- a/gpg_wrapper.h +++ b/gpg_wrapper.h @@ -24,6 +24,7 @@ struct gpg_execution_params string *out;
LPDWORD code;
pxResult *result;
+ HANDLE hProcess;
};
void pxEexcute_thread(void *param);
|