diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-07 14:42:57 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-07 14:42:57 +0300 |
commit | c4a013eb138c4fe3e181751ca5a5b596e5961dd4 (patch) | |
tree | dcd9c18e39aa8c19c049cab4aad7fdd5c21036fe /include | |
parent | f45c6111f5b86d327e30b3709c92321248534398 (diff) |
since Reply menu item does not depend on a protocol, it's moved to NewStory
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 b6fdc4f315..7c312217dc 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -141,6 +141,7 @@ static __inline unsigned long Proto_Status2Flag(int status) #define PF4_SINGLEFILEONLY 0x00001000 // protocol supports sending files one by one only
#define PF4_READNOTIFY 0x00002000 // protocol supports receiving notify of message reading
#define PF4_SERVERMSGID 0x00004000 // protocol uses server message ids
+#define PF4_REPLY 0x00008000 // protocol supports replies to messages
#define PFLAG_UNIQUEIDTEXT 100 // returns a static buffer of text describing the unique field by which this protocol identifies users (already translated), or NULL
#define PFLAG_MAXCONTACTSPERPACKET 200 // returns the maximum number of contacts which can be sent in a single PSS_CONTACTS, lParam = (LPARAM)hContact.
|