summaryrefslogtreecommitdiff
path: root/plugins/FlashAvatars/src/cflash.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-24 15:02:09 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-24 15:02:09 +0000
commit4330f80c5e76c7cbc277ff27e57d3abc308bc915 (patch)
treef46ecd7e308c5c7515ff9541b667b024e30bf5f2 /plugins/FlashAvatars/src/cflash.cpp
parent7e94dc56189f6a0fe46a482c05e7c28d0182a661 (diff)
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3755 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FlashAvatars/src/cflash.cpp')
-rw-r--r--plugins/FlashAvatars/src/cflash.cpp51
1 files changed, 10 insertions, 41 deletions
diff --git a/plugins/FlashAvatars/src/cflash.cpp b/plugins/FlashAvatars/src/cflash.cpp
index e99984afbc..00c1226331 100644
--- a/plugins/FlashAvatars/src/cflash.cpp
+++ b/plugins/FlashAvatars/src/cflash.cpp
@@ -1,50 +1,19 @@
#include "stdafx.h"
-#define MIRANDA_VER 0x0A00
-
-#include "m_stdhdr.h"
-#include "win2k.h"
-
-#include <newpluginapi.h>
-#include <m_system.h>
-#include <m_system_cpp.h>
-#include <m_database.h>
-#include <m_protosvc.h>
-#include <statusmodes.h>
-#include <m_clist.h>
-#include <m_langpack.h>
-
-#include <io.h>
-#include <fcntl.h>
-#include <Winsock2.h>
-
-#include "m_flash.h"
-#include "m_avatars.h"
-#include "m_utils.h"
-#include "m_netlib.h"
-
-#include "m_clist.h"
-#include "m_clistint.h"
-
-#include "m_folders.h"
-
-#include "CriticalSection.h"
-#include "TigerHash.h"
-
#import "Flash.tlb" no_namespace exclude("IServiceProvider")
PLUGININFOEX pluginInfo = {
- sizeof(PLUGININFOEX),
- "Flash Avatars",
- PLUGIN_MAKE_VERSION(0, 0, 1, 14),
- "Loads and displays flash avatars.",
- "Big Muscle",
- "",
- "Copyright 2000-2009 Miranda-IM project",
- "http://miranda-ng.org/",
+ sizeof(PLUGININFOEX),
+ __PLUGIN_NAME,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
- // {72765A6F-B017-42f1-B30F-5E0941273A3F}
- { 0x72765a6f, 0xb017, 0x42f1, { 0xb3, 0xf, 0x5e, 0x9, 0x41, 0x27, 0x3a, 0x3f } }
+ // {72765A6F-B017-42F1-B30F-5E0941273A3F}
+ {0x72765a6f, 0xb017, 0x42f1, {0xb3, 0xf, 0x5e, 0x9, 0x41, 0x27, 0x3a, 0x3f}}
};