From 406c1bbcb1859d7f57e84c3c637b2b064dea7c67 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 8 Feb 2013 09:52:37 +0000 Subject: project and code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@3471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/src/Glob.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'plugins/Msg_Export/src/Glob.h') 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 +#include +using namespace std; +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#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; -- cgit v1.2.3