diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-01 10:14:07 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-01 10:14:07 +0300 |
commit | 77664979ae7f2e534e31f66aa9286d874d9da2bc (patch) | |
tree | 854290346b15a887b2a6005bde46e912089615ce /gpg_wrapper.h | |
parent | 21f2c63d296d4cdf534de24a216811b4c4b744fc (diff) |
modified: gpg_wrapper.cpp
modified: gpg_wrapper.h
modified: main.cpp
modified: messages.cpp
modified: options.cpp
modified: utilities.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 f9d6670..77f84f8 100644 --- a/gpg_wrapper.h +++ b/gpg_wrapper.h @@ -25,6 +25,7 @@ struct gpg_execution_params LPDWORD code;
pxResult *result;
HANDLE hProcess;
+ PROCESS_INFORMATION *proc;
};
void pxEexcute_thread(void *param);
|