From c4a013eb138c4fe3e181751ca5a5b596e5961dd4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 7 Dec 2023 14:42:57 +0300 Subject: since Reply menu item does not depend on a protocol, it's moved to NewStory --- include/m_protosvc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. -- cgit v1.2.3