diff options
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
|