summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAlexander Gluzsky <sss123next@list.ru>2012-07-29 19:19:20 +0000
committerAlexander Gluzsky <sss123next@list.ru>2012-07-29 19:19:20 +0000
commitc17083c2062b6d62df3a073524505fd0f8cb3631 (patch)
treec0995ddd7fa745159ce8123a405fa7b7f4c79b5c /plugins
parentb6e424e4c695020f2f8d4f58f7cf68f90656ef2a (diff)
commented out not ported api
git-svn-id: http://svn.miranda-ng.org/main/trunk@1246 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rwxr-xr-x[-rw-r--r--]plugins/ExternalAPI/m_icqplus.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/ExternalAPI/m_icqplus.h b/plugins/ExternalAPI/m_icqplus.h
index 62f9d1664f..30c5b44a82 100644..100755
--- 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