summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src/crshdmp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CrashDumper/src/crshdmp.cpp')
-rw-r--r--plugins/CrashDumper/src/crshdmp.cpp18
1 files changed, 7 insertions, 11 deletions
diff --git a/plugins/CrashDumper/src/crshdmp.cpp b/plugins/CrashDumper/src/crshdmp.cpp
index a34134de6c..9aff808c1a 100644
--- a/plugins/CrashDumper/src/crshdmp.cpp
+++ b/plugins/CrashDumper/src/crshdmp.cpp
@@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "utils.h"
-#include <m_options.h>
-#include "m_folders.h"
-#include "m_toptoolbar.h"
-#include "version.h"
int hLangpack;
@@ -46,13 +42,13 @@ extern HWND hViewWnd;
static const PLUGININFOEX pluginInfoEx =
{
sizeof(PLUGININFOEX),
- "Crash Dumper",
- __VERSION_DWORD,
- "Crash Dumper for Miranda NG.",
- "borkra",
- "borkra@miranda-im.org",
- "Copyright© 2008 - 2012 Boris Krasnovskiy All Rights Reserved",
- "http://miranda-ng.org/",
+ __PLUGIN_NAME,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
// {F62C1D7A-FFA4-4065-A251-4C9DD9101CC8}
{0xf62c1d7a, 0xffa4, 0x4065, {0xa2, 0x51, 0x4c, 0x9d, 0xd9, 0x10, 0x1c, 0xc8}}