From f95374e9cace38d5555c17b2bce782477787e060 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 2 Mar 2013 18:22:15 +0000 Subject: removed not used headers added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewXstatusNotify/src/main.cpp | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'plugins/NewXstatusNotify/src/main.cpp') diff --git a/plugins/NewXstatusNotify/src/main.cpp b/plugins/NewXstatusNotify/src/main.cpp index d7418dbc1e..b45602279d 100644 --- a/plugins/NewXstatusNotify/src/main.cpp +++ b/plugins/NewXstatusNotify/src/main.cpp @@ -20,12 +20,6 @@ */ #include "common.h" -#include "indsnd.h" -#include "options.h" -#include "popup.h" -#include "utils.h" -#include "version.h" -#include "xstatus.h" HINSTANCE hInst; @@ -39,17 +33,15 @@ STATUS StatusList[STATUS_COUNT]; DWORD LoadTime = 0; int hLangpack; -extern OPTIONS opt; - PLUGININFOEX pluginInfoEx = { sizeof(PLUGININFOEX), - "xStatus Notify", - __VERSION_DWORD, - "Notifies you when a contact changes his/her (X)status or status message.", - "Luca Santarelli, Vasilich, yaho", - "yaho@miranda-easy.net", - "© 2001-2004 Luca Santarelli, 2005-2007 Vasilich, 2007-2011 yaho", - "http://miranda-ng.org/", + __PLUGIN_NAME, + PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), + __DESCRIPTION, + __AUTHOR, + __AUTHOREMAIL, + __COPYRIGHT, + __AUTHORWEB, UNICODE_AWARE, // EBF19652-E434-4D79-9897-91A0FF226F51 {0xebf19652, 0xe434, 0x4d79, {0x98, 0x97, 0x91, 0xa0, 0xff, 0x22, 0x6f, 0x51}} -- cgit v1.2.3