summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-01-08 22:46:18 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-01-08 22:46:18 +0300
commit92f80d349f63f694d0fdcf003a852fd424557663 (patch)
treec3c65e956949cdd294c4fce32f696e1c811ec7de /include
parent82a3bbaf034bc286665465d8904e6d1db52e5eb4 (diff)
unused ansi services removed
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_avatars.inc4
-rw-r--r--include/m_avatars.h4
2 files changed, 3 insertions, 5 deletions
diff --git a/include/delphi/m_avatars.inc b/include/delphi/m_avatars.inc
index 64494e64c8..9f7b820ee0 100644
--- a/include/delphi/m_avatars.inc
+++ b/include/delphi/m_avatars.inc
@@ -169,7 +169,7 @@ const
lParam = either a full picture filename or NIL. If lParam = NIL, the service
will open a file selection dialog.
}
- MS_AV_SETAVATAR:PAnsiChar = 'SV_Avatars/SetAvatar';
+ MS_AV_SETAVATARW:PAnsiChar = 'SV_Avatars/SetAvatarW';
{
set a local picture for the given protocol
@@ -178,7 +178,7 @@ const
lParam = either a full picture filename or NULL. If lParam == NULL, the service
will open a file selection dialog.
}
- MS_AV_SETMYAVATAR:PAnsiChar = 'SV_Avatars/SetMyAvatar';
+ MS_AV_SETMYAVATARW:PAnsiChar = 'SV_Avatars/SetMyAvatarW';
{
see if is possible to set the avatar for the expecified protocol
diff --git a/include/m_avatars.h b/include/m_avatars.h
index 16f0c80125..60f44fcd96 100644
--- a/include/m_avatars.h
+++ b/include/m_avatars.h
@@ -156,16 +156,14 @@ typedef struct _avatarDrawRequest
// lParam = either a full picture filename or NULL. If lParam == NULL, the service
// will open a file selection dialog.
-#define MS_AV_SETAVATAR "SV_Avatars/SetAvatar"
#define MS_AV_SETAVATARW "SV_Avatars/SetAvatarW"
// set a local picture for the given protocol
//
-// wParam = (char *) protocol name or NULL for all protocols
+// wParam = (char*) protocol name or NULL for all protocols
// lParam = either a full picture filename or NULL. If lParam == NULL, the service
// will open a file selection dialog. If lParam == "" the avatar will be removed
-#define MS_AV_SETMYAVATAR "SV_Avatars/SetMyAvatar"
#define MS_AV_SETMYAVATARW "SV_Avatars/SetMyAvatarW"
// see if is possible to set the avatar for the expecified protocol