From a44175dd565f39990ef57719313ef3a88a8d01b6 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 25 Apr 2007 13:49:06 +0000 Subject: rebuilds for beta release - added some updater compatibility, and more GUIDs for 0.8 git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@144 4f64403b-2f21-0410-a795-97e2b3489a10 --- iax/dllmain.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'iax/dllmain.cpp') diff --git a/iax/dllmain.cpp b/iax/dllmain.cpp index 5e10508..f62a507 100644 --- a/iax/dllmain.cpp +++ b/iax/dllmain.cpp @@ -39,11 +39,16 @@ extern "C" __declspec (dllexport) PLUGININFOEX* __cdecl MirandaPluginInfoEx(DWOR } static const MUUID interfaces[] = {MIID_PROTOCOL, MIID_LAST}; -__declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) +extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) { return interfaces; } +extern "C" __declspec (dllexport) PLUGININFO* __cdecl MirandaPluginInfo(DWORD mirandaVersion) { + pluginInfo.cbSize = sizeof(PLUGININFO); + return (PLUGININFO*)&pluginInfo; +} + int ModulesLoaded(WPARAM wParam, LPARAM lParam) { if(ServiceExists(MS_UPDATE_REGISTER)) { // register with updater -- cgit v1.2.3