blob: f2391d8f48ebbbbb56475bf762f89ec024fa30e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#define __FILE_VERSION 0,5,0,3
#define __FILE_VERSION_STR "0, 5, 0, 3"
#define __VERSION_DWORD 0x00050003
#if defined ( _WIN64 )
#define __MODULE_NAME "BossKey+ (x64)"
#define __PLUGIN_ID 4305
#define __PLUGIN_ID_STR "4305"
#define __PLUGIN_NAME "BossKey+ (x64)"
#elif defined ( _UNICODE )
#define __MODULE_NAME "BossKey+ (Unicode)"
#define __PLUGIN_ID 3694
#define __PLUGIN_ID_STR "3694"
#define __PLUGIN_NAME "BossKey+ (Unicode)"
#else
#define __MODULE_NAME "BossKey+"
#define __PLUGIN_ID 3655
#define __PLUGIN_ID_STR "3655"
#define __PLUGIN_NAME "BossKey+"
#endif
#define __FL "http://addons.miranda-im.org/details.php?action=viewfile&id="
#define __DESC "Anti-Boss plugin."
#define __AUTHORS "Goblineye Entertainment, Billy_Bons"
#define __EMAIL "tatarinov.sergey@gmail.com"
#define __COPYRIGHTS "© 2002-2003 Goblineye Entertainment, © 2007-2010 Billy_Bons"
|