From 80221d816eeb98f0df38e0243390033c614952f3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Nov 2017 22:12:43 +0300 Subject: Source files converted to utf-8 --- include/m_icq.h | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'include/m_icq.h') diff --git a/include/m_icq.h b/include/m_icq.h index 8f1f8d932c..72a24c9fd7 100644 --- a/include/m_icq.h +++ b/include/m_icq.h @@ -4,9 +4,9 @@ // // Copyright (c) 2000-01 Richard Hughes, Roland Rabien, Tristan Van de Vreede // Copyright (c) 2001-02 Jon Keating, Richard Hughes -// Copyright (c) 2002-04 Martin berg, Sam Kothari, Robert Rainwater +// Copyright (c) 2002-04 Martin Цberg, Sam Kothari, Robert Rainwater // Copyright (c) 2004-10 Joe Kucera -// Copyright () 2012-17 Miranda NG project (https://miranda-ng.org) +// Copyright (с) 2012-17 Miranda NG project (https://miranda-ng.org) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -178,24 +178,24 @@ typedef struct { // -1 delayed (rate control) - sequence unknown #define PS_ICQ_REQUESTCUSTOMSTATUS "/RequestXStatusDetails" -#define MAX_CAPNAME 64 -typedef struct -{ - int cbSize; - char caps[0x10]; - HANDLE hIcon; - char name[MAX_CAPNAME]; -} ICQ_CUSTOMCAP; - -// Add a custom icq capability. -// wParam = 0; -// lParam = (LPARAM)(ICQ_CUSTOMCAP *)&icqCustomCap; -#define PS_ICQ_ADDCAPABILITY "/IcqAddCapability" - -// Check if capability is supportes. Only icqCustomCap.caps does matter. -// wParam = (WPARAM)(HANDLE)hContact; -// lParam = (LPARAM)(ICQ_CUSTOMCAP *)&icqCustomCap; -// returns non-zero if capability is supported -#define PS_ICQ_CHECKCAPABILITY "/IcqCheckCapability" +#define MAX_CAPNAME 64 +typedef struct +{ + int cbSize; + char caps[0x10]; + HANDLE hIcon; + char name[MAX_CAPNAME]; +} ICQ_CUSTOMCAP; + +// Add a custom icq capability. +// wParam = 0; +// lParam = (LPARAM)(ICQ_CUSTOMCAP *)&icqCustomCap; +#define PS_ICQ_ADDCAPABILITY "/IcqAddCapability" + +// Check if capability is supportes. Only icqCustomCap.caps does matter. +// wParam = (WPARAM)(HANDLE)hContact; +// lParam = (LPARAM)(ICQ_CUSTOMCAP *)&icqCustomCap; +// returns non-zero if capability is supported +#define PS_ICQ_CHECKCAPABILITY "/IcqCheckCapability" #endif // M_ICQ_H__ -- cgit v1.2.3