diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 02:08:37 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 02:08:37 +0000 |
commit | ba916c1932c6ef1aa17f1f28c6e2197fd26f8c41 (patch) | |
tree | e08c0fce2ce7187d45a51d5365af97b0fbf1d175 /yapp/popups2.cpp | |
parent | 39bb82b681f14a7ef49e7e232be9f8b0bc4ab34c (diff) |
made interfaces function 'extern "C"'
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@131 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/popups2.cpp')
-rw-r--r-- | yapp/popups2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yapp/popups2.cpp b/yapp/popups2.cpp index 5111e36..66bbc13 100644 --- a/yapp/popups2.cpp +++ b/yapp/popups2.cpp @@ -66,7 +66,7 @@ extern "C" POPUPS2_API PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) }
static const MUUID interfaces[] = {MIID_POPUPS, MIID_LAST};
-__declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
+extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
{
return interfaces;
}
|