diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-28 12:55:16 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-28 12:55:16 +0300 |
commit | fd9794e8d383f54ad624cd907e7d8a902e510951 (patch) | |
tree | a3759bc3dc69ce9969f66080aa73571dbd2a9c18 /plugins/AVS/src/stdafx.h | |
parent | 54a1360c3485733d554e56d312221f3ad1423226 (diff) |
AVS: rudimentary support for ANSI avatar path removed
Diffstat (limited to 'plugins/AVS/src/stdafx.h')
-rw-r--r-- | plugins/AVS/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AVS/src/stdafx.h b/plugins/AVS/src/stdafx.h index 71d9b439f4..c0370b4d97 100644 --- a/plugins/AVS/src/stdafx.h +++ b/plugins/AVS/src/stdafx.h @@ -142,8 +142,8 @@ extern HANDLE hGlobalAvatarFolder; extern HANDLE hLoaderEvent, hLoaderThread, hShutdownEvent;
extern HANDLE hEventChanged, hEventContactAvatarChanged, hMyAvatarChanged;
-int GetFileHash(wchar_t* filename);
-uint32_t GetFileSize(wchar_t *szFilename);
+int GetFileHash(const wchar_t* filename);
+uint32_t GetFileSize(const wchar_t *szFilename);
void MakePathRelative(MCONTACT hContact);
void MakePathRelative(MCONTACT hContact, wchar_t *dest);
void MyPathToAbsolute(const wchar_t *ptszPath, wchar_t *ptszDest);
|