diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-03 18:25:01 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-03 18:25:01 +0000 |
commit | 0a3cc6ed06a3eac9f9c2243c432c6d4443603aae (patch) | |
tree | 240ddc26fd18d02cc8a0f2d8770cd618527f9059 /plugins/AvatarHistory/AvatarHistory.h | |
parent | 4641ff7a3a0d6a124c22a5c044bffd04073720fc (diff) |
AvatarHistory adopted
git-svn-id: http://svn.miranda-ng.org/main/trunk@739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AvatarHistory/AvatarHistory.h')
-rw-r--r-- | plugins/AvatarHistory/AvatarHistory.h | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/plugins/AvatarHistory/AvatarHistory.h b/plugins/AvatarHistory/AvatarHistory.h index 25ec454de2..e6d7c185d5 100644 --- a/plugins/AvatarHistory/AvatarHistory.h +++ b/plugins/AvatarHistory/AvatarHistory.h @@ -1,3 +1,5 @@ +#define _CRT_SECURE_NO_WARNINGS
+#define MIRANDA_VER 0x0A00
#include <tchar.h>
#include <windows.h>
#include <stdio.h>
@@ -8,8 +10,6 @@ #include <ShObjIdl.h>
#include <ShlGuid.h>
-
-#define MIRANDA_VER 0x0900
#include <newpluginapi.h>
#include <m_clist.h>
#include <m_skin.h>
@@ -21,27 +21,26 @@ #include <m_popup.h>
#include <m_options.h>
#include <m_utils.h>
-#include <m_folders.h>
#include <m_langpack.h>
-#include <m_metacontacts.h>
#include <m_history.h>
-#include <m_updater.h>
#include <m_imgsrvc.h>
#include <m_icolib.h>
+#include <m_folders.h>
+#include <m_metacontacts.h>
+#include <m_updater.h>
+#include "m_avatarhist.h"
+#include "m_historyevents.h"
+
+#include "resource.h"
+#include "../utils/mir_buffer.h"
+
// Globals
extern HINSTANCE hInst;
extern HANDLE hMenu;
extern DWORD mirVer;
extern HANDLE hAvatarWindowsList;
-#include "resource.h"
-#include "m_avatarhist.h"
-
-#include "../utils/mir_buffer.h"
-
-#include "../historyevents/m_historyevents.h"
-
#define MODULE_NAME "AvatarHistory"
#define AVH_DEF_POPUPFG 0
|