diff options
Diffstat (limited to 'plugins/AVS/src/acc.h')
-rw-r--r-- | plugins/AVS/src/acc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AVS/src/acc.h b/plugins/AVS/src/acc.h index 356a09dea3..9917156385 100644 --- a/plugins/AVS/src/acc.h +++ b/plugins/AVS/src/acc.h @@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA. #ifndef __ACC_H__
# define __ACC_H__
-static INT_PTR avSetAvatar(MCONTACT hContact, TCHAR *tszPath);
-INT_PTR avSetMyAvatar(char *szProto, TCHAR *tszPath);
+static INT_PTR avSetAvatar(MCONTACT hContact, wchar_t *tszPath);
+INT_PTR avSetMyAvatar(char *szProto, wchar_t *tszPath);
int LoadACC();
|