diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-23 16:11:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-23 16:11:59 +0300 |
commit | a7d5cce8e2cea97d52a35a1769d0e87e84e5502a (patch) | |
tree | 328aa85baa74ea929faa4c09b5e4c49b0cada896 /plugins/LotusNotify/src | |
parent | 7249e4f451c89d778ce0f211eb0730e6fa3adc04 (diff) |
we don't need MirandaPluginInfoEx() anymore. farewell, my lovely
Diffstat (limited to 'plugins/LotusNotify/src')
-rw-r--r-- | plugins/LotusNotify/src/LotusNotify.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/LotusNotify/src/LotusNotify.cpp b/plugins/LotusNotify/src/LotusNotify.cpp index 64a49f810f..5129c6d723 100644 --- a/plugins/LotusNotify/src/LotusNotify.cpp +++ b/plugins/LotusNotify/src/LotusNotify.cpp @@ -84,14 +84,6 @@ CMPlugin::CMPlugin() : RegisterProtocol(PROTOTYPE_PROTOCOL);
}
-extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD)
-{
-#ifdef _WIN64
-#error LotusNotify.dll cannot work with 64bit Miranda. (Lotus client is 32bit only)
-#endif
- return &pluginInfoEx;
-}
-
/////////////////////////////////////////////////////////////////////////////////////////
extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOCOL, MIID_LAST };
|