From b3ee1318f6951965f0ae2d05d0121f6d7882e92c Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 23 Jun 2012 19:42:29 +0000 Subject: added TCHAR *tszMessage; in PROTORECVEVENT git-svn-id: http://svn.miranda-ng.org/main/trunk@587 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_protosvc.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 264adac76d..b8259911ff 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -715,7 +715,10 @@ typedef struct { typedef struct { DWORD flags; DWORD timestamp; //unix time - char *szMessage; + union { + char *szMessage; + TCHAR *tszMessage; + }; LPARAM lParam; //extra space for the network level protocol module } PROTORECVEVENT; #define PREF_CREATEREAD 1 //create the database event with the 'read' flag set -- cgit v1.2.3