From 98b7e117f59526e5c6e057909dbdf49415cf8db2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 22 Apr 2018 17:37:14 +0300 Subject: CloudFile is also a protocol --- plugins/CloudFile/src/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/CloudFile') diff --git a/plugins/CloudFile/src/main.cpp b/plugins/CloudFile/src/main.cpp index 147d477771..6f62068f34 100644 --- a/plugins/CloudFile/src/main.cpp +++ b/plugins/CloudFile/src/main.cpp @@ -27,6 +27,11 @@ CMPlugin g_plugin; extern "C" _pfnCrtInit _pRawDllMain = &CMPlugin::RawDllMain; +///////////////////////////////////////////////////////////////////////////////////////// +// Interface information + +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOCOL, MIID_LAST }; + ///////////////////////////////////////////////////////////////////////////////////////// extern "C" int __declspec(dllexport) Load(void) -- cgit v1.2.3