summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src/main.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-12-02 11:21:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-12-02 11:21:16 +0000
commit5ea5feb7e052ca45af7bc9ed76e4a252bd71950d (patch)
tree1ea5aad915514d4cbe992006b684be183de6292b /plugins/FingerprintNG/src/main.cpp
parent66ddfd87a0e55b9534b8669392bb0cdee2e9fa3b (diff)
- added miranda ng overlays
- changed SecureIM overlay - reorganised and replaced resource/platforms overlays - fixed miranda overlays actually weren't working - icons moved to res folder - version info standartization git-svn-id: http://svn.miranda-ng.org/main/trunk@2600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/main.cpp')
-rw-r--r--plugins/FingerprintNG/src/main.cpp19
1 files changed, 10 insertions, 9 deletions
diff --git a/plugins/FingerprintNG/src/main.cpp b/plugins/FingerprintNG/src/main.cpp
index 07d3c1d455..e3cb770bfa 100644
--- a/plugins/FingerprintNG/src/main.cpp
+++ b/plugins/FingerprintNG/src/main.cpp
@@ -33,7 +33,7 @@ HANDLE getClientIconA = NULL;
HANDLE compClientServW = NULL;
HANDLE getClientIconW = NULL;
-LPSTR g_szClientDescription = NULL;
+LPSTR g_szClientDescription = NULL;
HANDLE hStaticHooks[1] = { NULL };
@@ -42,15 +42,16 @@ HANDLE hStaticHooks[1] = { NULL };
// PluginInfo & PluginInfoEx
PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
- __INTERNAL_NAME_STRING,
- __VERSION_DWORD,
- "Fingerprint NG (client version) icons module for Miranda NG",
- "Copyright © 2006-12 ghazan, mataes, HierOS, FYR, Bio, nullbie, faith_healer and all respective contributors.",
- "faith_healer@miranda.im",
- __LEGAL_COPYRIGHT_STRING,
- "http://miranda-ng.org/",
+ __PLUGIN_NAME,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
- MIID_THIS_PLUGIN
+ //{687364AF-58B0-4AF2-A4EE-20F40A8D9AFB}
+ {0x687364af, 0x58b0, 0x4af2, { 0xa4, 0xee, 0x20, 0xf4, 0xa, 0x8d, 0x9a, 0xfb}}
};
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)