summaryrefslogtreecommitdiff
path: root/include/m_icq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_icq.h')
-rw-r--r--include/m_icq.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/include/m_icq.h b/include/m_icq.h
index 18b00fe5eb..427b5769d3 100644
--- a/include/m_icq.h
+++ b/include/m_icq.h
@@ -207,20 +207,19 @@ typedef struct {
int flags; // combination of CSSF_*
int *status; // custom status id
union {
- char *pszName; // buffer for custom status name
- TCHAR *ptszName;
- WCHAR *pwszName;
+ char *pszName; // buffer for custom status name
+ TCHAR *ptszName;
+ WCHAR *pwszName;
};
union {
- char *pszMessage; // buffer for custom status message
- TCHAR *ptszMessage;
- WCHAR *pwszMessage;
+ char *pszMessage; // buffer for custom status message
+ TCHAR *ptszMessage;
+ WCHAR *pwszMessage;
};
WPARAM *wParam; // extra params, see flags
LPARAM *lParam;
} ICQ_CUSTOM_STATUS;
-
// Sets owner current custom status (obsolete)
//wParam = (int)N // custom status id (1-32)
//lParam = 0