blob: 0d1457dca416d7bfb972e4f10f53ff8a039aa9d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING
#define __PLUGIN_NAME "Send/Receive Messages"
#define __FILENAME "stdmsg.dll"
#define __DESCRIPTION "Core module for send/receive instant messages."
#define __AUTHOR "Miranda NG team"
#define __AUTHORWEB "https://miranda-ng.org/p/StdMsg/"
#define __COPYRIGHT "© 2012-19 Miranda NG team"
|