diff options
author | George Hazan <ghazan@miranda.im> | 2019-10-02 20:42:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-10-02 20:42:44 +0300 |
commit | 7a948f1ef804ecd9971b0869e0591c22944fa6da (patch) | |
tree | cdc2df2e2d5f186da4b8778b4e1c9e79013ff921 /plugins/IEView/src/stdafx.h | |
parent | 9fe4e9044069e70b3f0e1df0e187f5ea43805ea1 (diff) |
merge with SrmmLogContainer
Diffstat (limited to 'plugins/IEView/src/stdafx.h')
-rw-r--r-- | plugins/IEView/src/stdafx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/IEView/src/stdafx.h b/plugins/IEView/src/stdafx.h index f7da077d89..a6c9a689f1 100644 --- a/plugins/IEView/src/stdafx.h +++ b/plugins/IEView/src/stdafx.h @@ -37,6 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <fcntl.h>
#include <newpluginapi.h>
+#include <m_chat_int.h>
#include <m_clistint.h>
#include <m_langpack.h>
#include <m_protosvc.h>
@@ -49,6 +50,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_chat.h>
#include <m_icolib.h>
#include <m_netlib.h>
+#include <m_srmm_int.h>
#include <m_timezones.h>
#include <m_smileyadd.h>
#include <m_ieview.h>
@@ -77,10 +79,14 @@ struct CMPlugin : public PLUGIN<CMPlugin> {
CMPlugin();
+ HANDLE hLogger;
+
int Load() override;
int Unload() override;
};
+CSrmmLogWindow *logBuilder(CMsgDialog &pDlg);
+
extern IEView *debugView;
extern char *workingDirUtf8;
extern HANDLE hHookOptionsChanged;
|