diff options
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.cpp | 5 | ||||
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 2 | ||||
-rw-r--r-- | plugins/CryptoPP/src/main.cpp | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/plugins/CryptoPP/src/commonheaders.cpp b/plugins/CryptoPP/src/commonheaders.cpp index 95f478c29a..4f6c653d19 100644 --- a/plugins/CryptoPP/src/commonheaders.cpp +++ b/plugins/CryptoPP/src/commonheaders.cpp @@ -23,8 +23,9 @@ PLUGININFOEX pluginInfoEx = { "baloo@bk.ru",
"© 2006-09 Baloo",
"http://miranda-ng.org/",
- 0,
- MIID_CRYPTOPP
+ UNICODE_AWARE,
+ //3613F2D9-C040-4361-A44F-DF7B5AAACF6E
+ {0x3613F2D9, 0xC040, 0x4361, {0xA4, 0x4F, 0xDF, 0x7B, 0x5A, 0xAA, 0xCF, 0x6E}}
};
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h index d42577d7bc..eac473383e 100644 --- a/plugins/CryptoPP/src/commonheaders.h +++ b/plugins/CryptoPP/src/commonheaders.h @@ -95,8 +95,6 @@ void DeinitNetlib(); int Sent_NetLog(const char *,...);
#endif
-#define MIID_CRYPTOPP {0x3613F2D9, 0xC040, 0x4361, { 0xA4, 0x4F, 0xDF, 0x7B, 0x5A, 0xAA, 0xCF, 0x6E }} //3613F2D9-C040-4361-A44F-DF7B5AAACF6E
-
#define DLLEXPORT __declspec(dllexport)
PBYTE cpp_alloc_pdata(pCNTX);
diff --git a/plugins/CryptoPP/src/main.cpp b/plugins/CryptoPP/src/main.cpp index 1efc2e7c4d..1fdcd91cf5 100644 --- a/plugins/CryptoPP/src/main.cpp +++ b/plugins/CryptoPP/src/main.cpp @@ -28,8 +28,6 @@ BOOL WINAPI DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID) return TRUE;
}
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_CRYPTOPP, MIID_LAST};
-
PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
return &pluginInfoEx;
|