From 2bb514f4195c99b52e0ec748c975c0fd30dbbd25 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 1 Jun 2015 18:10:32 +0000 Subject: another bunch of dead crutches: non-unicode avatar services git-svn-id: http://svn.miranda-ng.org/main/trunk@13961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_protocols.inc | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'include/delphi/m_protocols.inc') diff --git a/include/delphi/m_protocols.inc b/include/delphi/m_protocols.inc index 7fd40cd657..8e3bd4d455 100644 --- a/include/delphi/m_protocols.inc +++ b/include/delphi/m_protocols.inc @@ -395,22 +395,12 @@ const PA_FORMAT_XML = 7; type - PPROTO_AVATAR_INFORMATIONW = ^TPROTO_AVATAR_INFORMATIONW; - TPROTO_AVATAR_INFORMATIONW = record - cbSize : int; // sizeof() - hContact: TMCONTACT; // this might have to be set by the caller too - format : int; // PA_FORMAT_* - // full path to filename which contains the avatar - filename: array[0..(MAX_PATH)-1] of WideChar; - end; - PPROTO_AVATAR_INFORMATION = ^TPROTO_AVATAR_INFORMATION; TPROTO_AVATAR_INFORMATION = record - cbSize : int; // sizeof() hContact: TMCONTACT; // this might have to be set by the caller too format : int; // PA_FORMAT_* // full path to filename which contains the avatar - filename: array[0..(MAX_PATH)-1] of AnsiChar; + filename: array[0..(MAX_PATH)-1] of WideChar; end; const @@ -425,10 +415,7 @@ const lParam : (LPARAM) &PROTO_AVATAR_INFORMATION Affect : Make a request to the protocol to return information about a hContact's avatar (or main user) it can return information, tell you there is none, or if forced start requesting an avatar. - Note: - Version: 0.3.4+ (2004/09/13) } PS_GETAVATARINFO = '/GetAvatarInformation'; - PS_GETAVATARINFOW = '/GetAvatarInformationW'; {$ENDIF} -- cgit v1.2.3