From 07bff43c1ee8ffb1e19dc2ed6419f602c0053f56 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 12 Aug 2010 21:19:08 +0300 Subject: modified: gpg_wrapper.cpp modified: gpg_wrapper.h modified: main.cpp modified: messages.cpp modified: options.cpp --- gpg_wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpg_wrapper.h') 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 -- cgit v1.2.3