diff options
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);
|