From e11ecaaf2df6c1e50429f5a43f2346795cfce721 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 15 Jan 2014 11:58:39 +0000 Subject: local StdChat structure moved back to StdChat git-svn-id: http://svn.miranda-ng.org/main/trunk@7663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdchat/src/chat.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/stdchat') diff --git a/src/core/stdchat/src/chat.h b/src/core/stdchat/src/chat.h index da522f8b67..6c10e9f557 100644 --- a/src/core/stdchat/src/chat.h +++ b/src/core/stdchat/src/chat.h @@ -68,6 +68,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "version.h" #include "richutil.h" +struct TABLIST +{ + TCHAR* pszID; + char* pszModule; + TABLIST *next; +}; + struct GlobalLogSettings : public GlobalLogSettingsBase { BOOL TabsEnable; -- cgit v1.2.3