From ba916c1932c6ef1aa17f1f28c6e2197fd26f8c41 Mon Sep 17 00:00:00 2001 From: sje Date: Mon, 19 Mar 2007 02:08:37 +0000 Subject: made interfaces function 'extern "C"' git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@131 4f64403b-2f21-0410-a795-97e2b3489a10 --- tipper/tipper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tipper/tipper.cpp') diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp index 9a7c3fb..9ad87bc 100644 --- a/tipper/tipper.cpp +++ b/tipper/tipper.cpp @@ -62,7 +62,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda } static const MUUID interfaces[] = {MIID_TOOLTIPS, MIID_LAST}; -__declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) +extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) { return interfaces; } -- cgit v1.2.3