summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IcqOscarJ/src/utilities.h')
-rw-r--r--protocols/IcqOscarJ/src/utilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/utilities.h b/protocols/IcqOscarJ/src/utilities.h
index 783ff2fea7..119ebe79eb 100644
--- a/protocols/IcqOscarJ/src/utilities.h
+++ b/protocols/IcqOscarJ/src/utilities.h
@@ -108,7 +108,7 @@ WORD GetMyStatusFlags();
int IsValidRelativePath(const char *filename);
LPCSTR ExtractFileName(const char *fullname);
-char* FileNameToUtf(const TCHAR *filename);
+char* FileNameToUtf(const wchar_t *filename);
int FileAccessUtf(const char *path, int mode);
int FileStatUtf(const char *path, struct _stati64 *buffer);