diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 0eb552f93a..69106dcba0 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -253,6 +253,14 @@ struct GlobalLogSettingsBase /////////////////////////////////////////////////////////////////////////////////////////
+#ifndef SRMM_OWN_STRUCTURES
+struct LOGSTREAMDATA : public GCLogStreamDataBase {};
+struct SESSION_INFO : public GCSessionInfoBase {};
+struct MODULEINFO : public GCModuleInfoBase {};
+#endif
+
+/////////////////////////////////////////////////////////////////////////////////////////
+
#define FONTMODE_USE 1
#define FONTMODE_SKIP 2
#define FONTMODE_ALTER 3
|