blob: 3beaeaeee749d23e981956a2a9ce916dbc9e4fdb (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | #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 __AUTHORWEB               "https://miranda-ng.org/p/ZeroSwitch/"
#define __COPYRIGHT               "© 2007 ZERO_BiT"
 |