diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-12 21:19:08 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-12 21:19:08 +0300 |
commit | 07bff43c1ee8ffb1e19dc2ed6419f602c0053f56 (patch) | |
tree | bf349ae8a0acc329b0bb738fca0342197894b569 /gpg_wrapper.h | |
parent | 82e4196bfcfe5fa976ef602f54fbaf82d3854f6d (diff) |
modified: gpg_wrapper.cpp
modified: gpg_wrapper.h
modified: main.cpp
modified: messages.cpp
modified: options.cpp
Diffstat (limited to 'gpg_wrapper.h')
-rw-r--r-- | gpg_wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpg_wrapper.h b/gpg_wrapper.h index 99d9da8..9c0d513 100644 --- a/gpg_wrapper.h +++ b/gpg_wrapper.h @@ -14,6 +14,6 @@ typedef enum { }
pxResult;
-pxResult pxExecute(TCHAR *acommandline, char *ainput, string *aoutput, LPDWORD aexitcode);
+pxResult pxExecute(wstring *acommandline, char *ainput, string *aoutput, LPDWORD aexitcode);
#endif
\ No newline at end of file |