From 7e94dc56189f6a0fe46a482c05e7c28d0182a661 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 24 Feb 2013 14:31:12 +0000 Subject: added precompiled header added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FirstRun/src/commonheaders.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/FirstRun/src/commonheaders.h') 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 + #include #include -#include #include #include + +#include "Version.h" \ No newline at end of file -- cgit v1.2.3