From cc976b3f6c5635547b0c61b9ab4dfa335bd8999d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Jul 2012 17:26:44 +0000 Subject: farewell, PLUGINLINK git-svn-id: http://svn.miranda-ng.org/main/trunk@1020 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AvatarHistory/src/AvatarHistory.cpp | 2 +- plugins/CryptoPP/commonheaders.h | 2 +- plugins/CryptoPP/main.cpp | 2 +- plugins/PasteIt/PasteIt.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/AvatarHistory/src/AvatarHistory.cpp b/plugins/AvatarHistory/src/AvatarHistory.cpp index 26c9a8c612..f7a1ca91d9 100644 --- a/plugins/AvatarHistory/src/AvatarHistory.cpp +++ b/plugins/AvatarHistory/src/AvatarHistory.cpp @@ -24,7 +24,7 @@ Avatar History Plugin #include "AvatarHistory.h" HINSTANCE hInst; -PLUGINLINK *pluginLink; + DWORD mirVer; HANDLE hHooks[6] = {0}; diff --git a/plugins/CryptoPP/commonheaders.h b/plugins/CryptoPP/commonheaders.h index a7ac221f5e..d42577d7bc 100644 --- a/plugins/CryptoPP/commonheaders.h +++ b/plugins/CryptoPP/commonheaders.h @@ -103,7 +103,7 @@ PBYTE cpp_alloc_pdata(pCNTX); extern "C" { - DLLEXPORT int Load(PLUGINLINK *); + DLLEXPORT int Load(); DLLEXPORT PLUGININFOEX *MirandaPluginInfoEx(DWORD); DLLEXPORT int Unload(); diff --git a/plugins/CryptoPP/main.cpp b/plugins/CryptoPP/main.cpp index b5fcf6ad01..a5613db216 100644 --- a/plugins/CryptoPP/main.cpp +++ b/plugins/CryptoPP/main.cpp @@ -44,7 +44,7 @@ int onModulesLoaded(WPARAM wParam,LPARAM lParam) return 0; } -int Load(PLUGINLINK *link) +int Load() { DisableThreadLibraryCalls(g_hInst); diff --git a/plugins/PasteIt/PasteIt.cpp b/plugins/PasteIt/PasteIt.cpp index c05037c623..ce38743f68 100644 --- a/plugins/PasteIt/PasteIt.cpp +++ b/plugins/PasteIt/PasteIt.cpp @@ -26,7 +26,7 @@ along with this program. If not, see . // {1AAC15E8-DCEC-4050-B66F-2AA0E6120C22} #define MIID_PASTEIT { 0x1aac15e8, 0xdcec, 0x4050, { 0xb6, 0x6f, 0x2a, 0xa0, 0xe6, 0x12, 0xc, 0x22 } } -PLUGINLINK *pluginLink; + PasteToWeb* pasteToWebs[PasteToWeb::pages]; std::map* contactWindows; DWORD gMirandaVersion; -- cgit v1.2.3