From c17083c2062b6d62df3a073524505fd0f8cb3631 Mon Sep 17 00:00:00 2001 From: Alexander Gluzsky Date: Sun, 29 Jul 2012 19:19:20 +0000 Subject: commented out not ported api git-svn-id: http://svn.miranda-ng.org/main/trunk@1246 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_icqplus.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 plugins/ExternalAPI/m_icqplus.h (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_icqplus.h b/plugins/ExternalAPI/m_icqplus.h old mode 100644 new mode 100755 index 62f9d1664f..30c5b44a82 --- a/plugins/ExternalAPI/m_icqplus.h +++ b/plugins/ExternalAPI/m_icqplus.h @@ -25,7 +25,7 @@ #ifndef M_ICQPLUS_H__ #define M_ICQPLUS_H__ 1 -#define PS_ICQP_SERVER_IGNORE "/ServerIgnore" +/*#define PS_ICQP_SERVER_IGNORE "/ServerIgnore" #define MS_INCOGNITO_REQUEST "/IncognitoRequest" @@ -38,7 +38,7 @@ - +*/ #define MAX_CAPNAME 64 typedef struct @@ -59,7 +59,7 @@ typedef struct // lParam = (LPARAM)(ICQ_CUSTOMCAP *)&icqCustomCap; // returns non-zero if capability is supported #define PS_ICQ_CHECKCAPABILITY "/IcqCheckCapability" - +/* #ifndef ICQ_NOHELPERS static __inline void IcqBuildMirandaCap(ICQ_CUSTOMCAP *icqCustomCap, const char *name, HICON hIcon, const char *id) @@ -72,7 +72,7 @@ static __inline void IcqBuildMirandaCap(ICQ_CUSTOMCAP *icqCustomCap, const char strncpy(icqCustomCap->caps+0, "Miranda/", 8); strncpy(icqCustomCap->caps+8, id, 8); } -#endif +#endif*/ /* usage: char icqCustomCapStr[0x10] = {...}; @@ -86,7 +86,7 @@ CallProtoService("ICQ", PS_ICQ_ADDCAPABILITY, 0, (LPARAM)&icqCustomCap); //check user status via ASD //wParam=(WPARAM)hContact; -#define MS_ICQ_GET_USER_STATUS "/IcqGetUserStatus" +//#define MS_ICQ_GET_USER_STATUS "/IcqGetUserStatus" #endif // M_ICQPLUS_H__ \ No newline at end of file -- cgit v1.2.3