From 6c12bafe804c7d20056a93c72cbe935c10802f9a Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Wed, 16 Jun 2010 20:40:57 +0000 Subject: - 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 --- tipper/m_tipper.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'tipper/m_tipper.h') 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 -- cgit v1.2.3