diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 15:52:54 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 15:52:54 +0000 |
commit | 1734b8cfe7a559a09302fa2d06cc1779c56ee39a (patch) | |
tree | b9a80e13693b96e7b58ca1adde5fb2848a975807 /plugins/BasicHistory/src/stdafx.h | |
parent | 6b87156060833f87fb3d372024450a78702adc04 (diff) |
code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@1992 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/stdafx.h')
-rw-r--r-- | plugins/BasicHistory/src/stdafx.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h index d0d32d0d35..1be1d46674 100644 --- a/plugins/BasicHistory/src/stdafx.h +++ b/plugins/BasicHistory/src/stdafx.h @@ -5,8 +5,6 @@ #pragma once
-#include "targetver.h"
-
#ifndef _WIN64
#define _USE_32BIT_TIME_T
#endif
@@ -33,8 +31,7 @@ #include <string>
#include <fstream>
-#define MIRANDA_VER 0x0900
-#define MIRANDA_CUSTOM_LP
+#define MIRANDA_VER 0x0A00
#include <newpluginapi.h>
#include <m_langpack.h>
@@ -64,6 +61,11 @@ #include "m_smileyadd.h"
#include "m_metacontacts.h"
+#include "version.h"
+#include "HistoryWindow.h"
+#include "resource.h"
+#include "Options.h"
+
#define HISTORY_HK_FIND 100
#define HISTORY_HK_FINDNEXT 101
#define HISTORY_HK_FINDPREV 102
|