From a7ba006098072342f492002071de04189626f024 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 15 Jun 2014 10:06:38 +0000 Subject: plugin unicoded git-svn-id: http://svn.miranda-ng.org/main/trunk@9494 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FileAsMessage/src/dialog.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/FileAsMessage/src/dialog.h') diff --git a/plugins/FileAsMessage/src/dialog.h b/plugins/FileAsMessage/src/dialog.h index 962781b661..cf6696f956 100644 --- a/plugins/FileAsMessage/src/dialog.h +++ b/plugins/FileAsMessage/src/dialog.h @@ -64,7 +64,7 @@ public: HANDLE hFile, hMapping; uchar *lpData; - char *filename; + TCHAR *filename; uint chunkIndx; // next chunk to send uint chunkCount; // count of chunks uint chunkSent; @@ -96,13 +96,13 @@ public: void updateProgress(); void updateTitle(); - void perform(char *str); + void perform(TCHAR *str); void cmdACCEPT(); - void cmdDACK(char *data); + void cmdDACK(TCHAR *data); void sendReq(); - int sendCmd(int id, int cmd, char *szParam, char *szPrefix = NULL); + int sendCmd(int id, int cmd, TCHAR *szParam, TCHAR *szPrefix = NULL); - void cmdDATA(char *data); + void cmdDATA(TCHAR *data); void cmdEND(); int createTransfer(); @@ -110,7 +110,7 @@ public: void onSendTimer(); void onRecvTimer(); - void incomeRequest(char *data); + void incomeRequest(TCHAR *data); }; -- cgit v1.2.3