diff options
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 |