diff options
-rw-r--r-- | protocols/Dummy/src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp index 340b79fae8..91893d6a9e 100644 --- a/protocols/Dummy/src/main.cpp +++ b/protocols/Dummy/src/main.cpp @@ -68,6 +68,7 @@ struct CMPluginAim : public ACCPROTOPLUGIN<CDummyProto> }
static g_pluginAim;
+#ifndef MIRANDA_VERSION_ISALPHA
struct CMPluginDiscord : public ACCPROTOPLUGIN<CDummyProto>
{
CMPluginDiscord() : ACCPROTOPLUGIN<CDummyProto>("Discord", pluginInfoEx)
@@ -76,6 +77,7 @@ struct CMPluginDiscord : public ACCPROTOPLUGIN<CDummyProto> }
}
static g_pluginDiscord;
+#endif
struct CMPluginYahoo : public ACCPROTOPLUGIN<CDummyProto>
{
|