summaryrefslogtreecommitdiff
path: root/plugins/FirstRun/src/commonheaders.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-24 14:31:12 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-24 14:31:12 +0000
commit7e94dc56189f6a0fe46a482c05e7c28d0182a661 (patch)
treed1cbac48468043e7d9509e6aaa3e816979d237f5 /plugins/FirstRun/src/commonheaders.h
parentd168f0146df49b25443445b8a760ce5796b30dde (diff)
added precompiled header
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FirstRun/src/commonheaders.h')
-rw-r--r--plugins/FirstRun/src/commonheaders.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/FirstRun/src/commonheaders.h b/plugins/FirstRun/src/commonheaders.h
index 57d991f65e..12a9562e5e 100644
--- a/plugins/FirstRun/src/commonheaders.h
+++ b/plugins/FirstRun/src/commonheaders.h
@@ -1,9 +1,10 @@
-#define MIRANDA_VER 0x0A00
#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
+
#include <newpluginapi.h>
#include <m_langpack.h>
-#include <m_system.h>
#include <m_protocols.h>
#include <m_database.h>
+
+#include "Version.h" \ No newline at end of file