blob: 6e88cc75402f6f0f4badabeac0c7b73f16870fc1 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | #define __MAJOR_VERSION            1
#define __MINOR_VERSION            0
#define __RELEASE_NUM            0
#define __BUILD_NUM               1
#include <stdver.h>
#define __PLUGIN_NAME            "Zero switch"
#define __FILENAME               "ZeroSwitch.dll"
#define __DESCRIPTION             "Adds Miranda NG icon into Alt-Tab switch dialog even if Miranda's main window has style other Title bar."
#define __AUTHOR               "ZERO_BiT"
#define __AUTHOREMAIL            "zero-bit@mail.ru"
#define __AUTHORWEB               "http://miranda-ng.org/p/ZeroSwitch/"
#define __COPYRIGHT               "© 2007 ZERO_BiT"
 |