From a3144eb41ed3ba6872b7cd6692b826a69d5c6ad2 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 8 Feb 2013 21:01:00 +0000 Subject: removed not needed interfaces git-svn-id: http://svn.miranda-ng.org/main/trunk@3490 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AssocMgr/src/main.cpp | 2 -- plugins/ExternalAPI/m_assocmgr.h | 25 ------------------------- 2 files changed, 27 deletions(-) diff --git a/plugins/AssocMgr/src/main.cpp b/plugins/AssocMgr/src/main.cpp index ae9c789f76..fd257db7ac 100644 --- a/plugins/AssocMgr/src/main.cpp +++ b/plugins/AssocMgr/src/main.cpp @@ -91,8 +91,6 @@ extern "C" __declspec(dllexport) const PLUGININFOEX* MirandaPluginInfoEx(DWORD m return &pluginInfo; } -extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_ASSOCMGR, MIID_AUTORUN, MIID_LAST}; - extern "C" __declspec(dllexport) int Load(void) { mir_getLP(&pluginInfo); diff --git a/plugins/ExternalAPI/m_assocmgr.h b/plugins/ExternalAPI/m_assocmgr.h index 4cb02bb74b..7f0430ec6a 100644 --- a/plugins/ExternalAPI/m_assocmgr.h +++ b/plugins/ExternalAPI/m_assocmgr.h @@ -23,31 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_ASSOCMGR_H__ #define M_ASSOCMGR_H__ -#if defined (_MSC_VER) && (_MSC_VER >= 1020) - #pragma once -#endif - -#if !defined(_TCHAR_DEFINED) - #include -#endif - -#if defined(_MSC_VER) -#pragma warning(push) /* save warning settings */ -#pragma warning(disable:4201) /* nonstandard extension used : nameless struct/union */ -#endif - -/* - File Association Manager v0.1.1.0 -*/ - -/* interface id */ -#if !defined(MIID_ASSOCMGR) - #define MIID_ASSOCMGR {0xa05b56c0,0xcf7b,0x4389,{0xa1,0xe9,0xf1,0x3d,0xb9,0x36,0xe,0xf1}} -#endif -#if !defined(MIID_AUTORUN) - #define MIID_AUTORUN {0xeb0465e2,0xceee,0x11db,{0x83,0xef,0xc1,0xbf,0x55,0xd8,0x95,0x93}} -#endif - /* Add a new file type v0.1.0.0+ Add a new file type to be registered with Windows. You probably want to call this event when -- cgit v1.2.3