diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-20 11:42:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-20 11:42:18 +0300 |
commit | 864601c41faeec6dea78baf6c14f15c3ba164486 (patch) | |
tree | 21595d02a9ab7e849109a14988b90a4e0dd96239 /include | |
parent | f45ed26f105ce9cccf19c54690695fb304ca7c57 (diff) |
Telegram: fix for Unicode file names
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protosvc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index e98a13c489..d61165f403 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -769,6 +769,7 @@ EXTERN_C MIR_APP_DLL(MEVENT) Proto_AuthRecv(const char *szProtoName, PROTORECVEV // lParam = (LPARAM)(PROTORECVFILE*)&prf
#define PRFF_UNICODE 1
+#define PRFF_UTF 2
struct PROTORECVFILE
{
|