From 760867149a99443036f53c73190d53bd87039def Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 8 Feb 2022 19:22:02 +0300 Subject: =?UTF-8?q?fixes=20#3023=20(IEView:=20=D0=BD=D0=B5=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B0=D1=8E=D1=82=D1=81=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=BF=D0=B8=D1=81=D0=B8=20=D0=BA=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D1=82=D1=80=D0=B0=D0=BD=D1=81=D1=84=D0=B5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/ExternalAPI/m_ieview.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_ieview.h b/plugins/ExternalAPI/m_ieview.h index d02d3cdccc..cd2c107f55 100644 --- a/plugins/ExternalAPI/m_ieview.h +++ b/plugins/ExternalAPI/m_ieview.h @@ -55,7 +55,6 @@ struct IEVIEWWINDOW #define IEEDF_UNICODE 0x00000001 // if set pszText is a pointer to wchar_t string instead of char string #define IEEDF_UNICODE_TEXT 0x00000001 // if set pszText is a pointer to wchar_t string instead of char string #define IEEDF_UNICODE_NICK 0x00000002 // if set pszNick is a pointer to wchar_t string instead of char string -#define IEEDF_UNICODE_TEXT2 0x00000004 // if set pszText2 is a pointer to wchar_t string instead of char string /* The following flags are valid only for message events (IEED_EVENT_MESSAGE) */ #define IEEDF_FORMAT_FONT 0x00000100 // if set pszFont (font name) is valid and should be used @@ -125,7 +124,6 @@ struct IEVIEWEVENTDATA BOOL bIsMe; // TRUE if the event is related to the user DWORD time; // Time of the event IEVIEWEVENTDATA *next; - MAllCStrings szText2; }; /* IEView events */ -- cgit v1.2.3