summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src/main.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-30 09:17:54 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-30 09:17:54 +0000
commitd0ffe4c6e388f2856d441146888f3112781d0f4b (patch)
treef8324d98b8a53eae4e5bf68eaa67ede1cc03741a /plugins/CryptoPP/src/main.cpp
parenta55c28f1ff465f0df42669975f1513d52785416e (diff)
muuid standardization
git-svn-id: http://svn.miranda-ng.org/main/trunk@3357 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src/main.cpp')
-rw-r--r--plugins/CryptoPP/src/main.cpp2
1 files changed, 0 insertions, 2 deletions
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;