From 9ac20243efe27f58501c59060a4f22c37104c0e3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 31 May 2015 15:29:24 +0000 Subject: - PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin; - absence of fnInitFunc to identify a protocol without instances; - whole bunch of ansi crutches discarded git-svn-id: http://svn.miranda-ng.org/main/trunk@13937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_protosvc.inc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/delphi/m_protosvc.inc') diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index 4a7d8085fb..664b8552c6 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -301,7 +301,6 @@ const any requests. } PS_SETAWAYMSG = '/SetAwayMsg'; - PS_SETAWAYMSGW = '/SetAwayMsgW'; { wParam : newMode from statusmodes.inc @@ -370,7 +369,6 @@ const Notes : Protocol modules must be able to cope with lParam=NULL(0) } PS_AUTHDENY = '/AuthDeny'; - PS_AUTHDENYW = '/AuthDenyW'; { Send a "You were added" event @@ -413,7 +411,6 @@ const } PS_BASICSEARCH = '/BasicSearch'; - PS_BASICSEARCHW = '/BasicSearchW'; { wParam : 0 @@ -428,7 +425,6 @@ const Version: v0.1.2.1+ } PS_SEARCHBYEMAIL = '/SearchByEmail'; - PS_SEARCHBYEMAILW = '/SearchByEmailW'; { wParam : 0 @@ -440,7 +436,6 @@ const Version: v0.1.2.1+ } PS_SEARCHBYNAME = '/SearchByName'; - PS_SEARCHBYNAMEW = '/SearchByNameW'; { wParam : 0 @@ -541,7 +536,6 @@ const Version: v0.1.2.2+ } PS_FILERESUME = '/FileResume'; - PS_FILERESUMEW = '/FileResumeW'; { Asks a protocol to join the chatroom from contact v0.8.0+ @@ -797,7 +791,6 @@ const filename(s), description: ASCIIZ } PSS_FILEALLOW = '/FileAllow'; - PSS_FILEALLOWW = '/FileAllowW'; { CCSDATA: Yes @@ -807,7 +800,6 @@ const Returns: 0 on success, [non zero] on failure } PSS_FILEDENY = '/FileDeny'; - PSS_FILEDENYW = '/FileDenyW'; { CCSDATA: Yes @@ -830,7 +822,6 @@ const lParam=null terminated string containing reason } PSS_FILE = '/SendFile'; - PSS_FILEW = '/SendFileW'; { Send an auth request @@ -839,7 +830,6 @@ const Returns 0 on success, nonzero on failure } PSS_AUTHREQUEST = '/AuthRequest'; - PSS_AUTHREQUESTW = '/AuthRequestW'; { Send "User is Typing" (user is typing a message to the user) v0.3.3+ -- cgit v1.2.3