diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-19 09:47:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-19 09:47:25 +0000 |
commit | 30bb4f6786fc9ab808bc3bed8a143b524f07387b (patch) | |
tree | eebb6d6e19708d748dd60a84268dfc493fb393a1 /src/modules/chat/chat.h | |
parent | 4d6a4771d90af0056e15ed14c3655b19023359ca (diff) |
fix against loosing chat sessions during chat plugin's unload
git-svn-id: http://svn.miranda-ng.org/main/trunk@7746 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/chat/chat.h')
-rw-r--r-- | src/modules/chat/chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/chat/chat.h b/src/modules/chat/chat.h index 6121d302f2..6fdfca7202 100644 --- a/src/modules/chat/chat.h +++ b/src/modules/chat/chat.h @@ -39,6 +39,7 @@ extern HGENMENU hJoinMenuItem, hLeaveMenuItem; extern GlobalLogSettingsBase *g_Settings;
extern int g_cbSession, g_cbModuleInfo;
extern TCHAR *g_szFontGroup;
+extern CRITICAL_SECTION cs;
// log.c
void LoadMsgLogBitmaps(void);
|