blob: 0997452acc821bce41f148411323d019a83737ec (
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 "https://miranda-ng.org/p/ZeroSwitch/"
#define __COPYRIGHT "© 2007 ZERO_BiT"
|