summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/Glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Msg_Export/src/Glob.h')
-rwxr-xr-xplugins/Msg_Export/src/Glob.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/Msg_Export/src/Glob.h b/plugins/Msg_Export/src/Glob.h
index 2fba4e868d..6825f827f7 100755
--- a/plugins/Msg_Export/src/Glob.h
+++ b/plugins/Msg_Export/src/Glob.h
@@ -19,10 +19,37 @@
#ifndef MSG_EXP_GLOB_H
#define MSG_EXP_GLOB_H
+#define _CRT_SECURE_NO_WARNINGS
+
#include <windows.h>
+#include <Richedit.h>
+using namespace std;
+#include <Shlobj.h>
+#include <list>
+#include <string>
+#include <map>
+
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_clist.h>
+#include <m_langpack.h>
+#include <m_options.h>
+#include <m_history.h>
+#include <m_userinfo.h>
+#include <m_protosvc.h>
+#include <m_icq.h>
+
+#include "utils.h"
+#include "options.h"
+#include "FileViewer.h"
+#include "resource.h"
+#include "version.h"
#define MODULE "Msg_Export"
#define MSG_BOX_TITEL TranslateT("Miranda NG (Message Export Plugin)")
+#define MS_SHOW_EXPORT_HISTORY "History/ShowExportHistory"
+#define szFileViewDB "FileV_"
+#define WM_RELOAD_FILE (WM_USER+10)
extern HINSTANCE hInstance;