From 25221b7d2afb70f82eb3805330fd39a6f6708049 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Jun 2012 23:41:55 +0000 Subject: mk: removed all LIST_INTERFACE, MI_INTERFACE & UTF8_INTERFACE instances. all related functions moved to mir_core. git-svn-id: http://svn.miranda-ng.org/main/trunk@644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SRMM/commonheaders.h | 9 +++------ plugins/SRMM/srmm.cpp | 6 ------ 2 files changed, 3 insertions(+), 12 deletions(-) (limited to 'plugins/SRMM') diff --git a/plugins/SRMM/commonheaders.h b/plugins/SRMM/commonheaders.h index 89911bcab1..d9372700cb 100644 --- a/plugins/SRMM/commonheaders.h +++ b/plugins/SRMM/commonheaders.h @@ -1,6 +1,6 @@ /* -Copyright 2000-2012 Miranda IM project, -all portions of this codebase are copyrighted to the people +Copyright 2000-2012 Miranda IM project, +all portions of this codebase are copyrighted to the people listed in contributors.txt. This program is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _WIN32_WINNT 0x0501 #define _WIN32_IE 0x0501 -#define WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN #include @@ -70,7 +70,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "richutil.h" #include "version.h" -extern struct LIST_INTERFACE li; extern HINSTANCE g_hInst; - - diff --git a/plugins/SRMM/srmm.cpp b/plugins/SRMM/srmm.cpp index 20ef673b8e..fc89f36dd9 100644 --- a/plugins/SRMM/srmm.cpp +++ b/plugins/SRMM/srmm.cpp @@ -27,9 +27,6 @@ PLUGINLINK* pluginLink; HINSTANCE g_hInst; int hLangpack; -struct MM_INTERFACE mmi; -struct UTF8_INTERFACE utfi; -struct LIST_INTERFACE li; TIME_API tmi; PLUGININFOEX pluginInfo = { @@ -66,9 +63,6 @@ extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) extern "C" int __declspec(dllexport) Load(PLUGINLINK * link) { pluginLink = link; - mir_getMMI(&mmi); - mir_getUTFI(&utfi); - mir_getLI(&li); mir_getTMI(&tmi); mir_getLP(&pluginInfo); -- cgit v1.2.3