summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_statusplugins.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/m_statusplugins.h')
-rw-r--r--plugins/ExternalAPI/m_statusplugins.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExternalAPI/m_statusplugins.h b/plugins/ExternalAPI/m_statusplugins.h
index 5139673c6a..34a3f1da90 100644
--- a/plugins/ExternalAPI/m_statusplugins.h
+++ b/plugins/ExternalAPI/m_statusplugins.h
@@ -25,7 +25,7 @@
typedef struct {
int cbSize;
char *szName; // pointer to protocol modulename
- char *szMsg; // pointer to the status message (may be NULL)
+ TCHAR *szMsg; // pointer to the status message (may be NULL)
WORD status; // the status
WORD lastStatus;// last status
TCHAR *tszAccName;
@@ -133,7 +133,7 @@ typedef struct {
// returns 0
#define MS_KS_ANNOUNCESTATUSCHANGE "KeepStatus/AnnounceStatusChange"
-__inline static int announce_status_change(char *szProto, int newstatus, char *szMsg) {
+__inline static int announce_status_change(char *szProto, int newstatus, TCHAR *szMsg) {
PROTOCOLSETTINGEX ps;