diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-06-16 20:40:57 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-06-16 20:40:57 +0000 |
commit | 6c12bafe804c7d20056a93c72cbe935c10802f9a (patch) | |
tree | ff8aaffaa9cd3cef422f4f4d075d49fe2006c00d /tipper/m_tipper.h | |
parent | 1af4404ec3ac1bc9355e6381bdfcac53a15e5121 (diff) |
- fix for the Unicode status messages
- removed MS_AWAY_GETPROTOSTATUSMESSAGE
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@523 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/m_tipper.h')
-rw-r--r-- | tipper/m_tipper.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tipper/m_tipper.h b/tipper/m_tipper.h index e5a5a16..a2b5abf 100644 --- a/tipper/m_tipper.h +++ b/tipper/m_tipper.h @@ -17,25 +17,3 @@ typedef struct { // wParam not used
// lParam = (DBVTranslation *)translation
#define MS_TIPPER_ADDTRANSLATION "Tipper/AddTranslation"
-
-
-/////////////////////
-///// This service is NOT implemented by tipper - it is to be implemented by plugins that extend the basic away message services
-///// so that tipper has a common interface to use
-////////////////////
-
-// wParam - (WORD)wStatus
-// lParam - (char *)szProto
-// returns (char *)szStatusMessage
-#define MS_AWAY_GETPROTOSTATUSMESSAGE "Away/GetProtoStatusMsg"
-
-// wParam - (WORD)wStatus
-// lParam - (wchar_t *)swzProto
-// returns (wchar_t *)swzStatusMessage
-#define MS_AWAY_GETPROTOSTATUSMESSAGEW "Away/GetProtoStatusMsgW"
-
-#ifdef _UNICODE
-#define MS_AWAY_GETPROTOSTATUSMESSAGET MS_AWAY_GETPROTOSTATUSMESSAGEW
-#else
-#define MS_AWAY_GETPROTOSTATUSMESSAGET MS_AWAY_GETPROTOSTATUSMESSAGE
-#endif
|