From 7e5f2445f906ade2533fc3a4b6d14b8da52ec522 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 14 Mar 2013 07:25:18 +0000 Subject: added precompiled header added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@4012 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ZeroNotification/src/common.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins/ZeroNotification/src/common.h') diff --git a/plugins/ZeroNotification/src/common.h b/plugins/ZeroNotification/src/common.h index f40e68afb7..f881395cb5 100644 --- a/plugins/ZeroNotification/src/common.h +++ b/plugins/ZeroNotification/src/common.h @@ -1,5 +1,4 @@ #include -#include #include #include @@ -7,9 +6,13 @@ #include #include #include -#include #include +#include "version.h" +#include "resource.h" + +#define MODNAME "ZeroNotify" + #define DEFAULT_NOSOUND 0x00000000 #define DEFAULT_NOBLINK 0x00000000 #define DEFAULT_NOCLCBLINK 0x00000000 -- cgit v1.2.3