diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-06 22:41:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-06 22:41:53 +0000 |
commit | 7ff07d109833bb4e9d4bdb0c69cd3e27dd39cb56 (patch) | |
tree | b42c3650a43d4f259790a2cb81f81bc34013d489 /protocols/Tlen/src | |
parent | 19533b248b698925d224ae271810058e368bca3e (diff) |
fix for loading Tlen proto in 64-bit mode
git-svn-id: http://svn.miranda-ng.org/main/trunk@3002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src')
-rw-r--r-- | protocols/Tlen/src/tlen.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/Tlen/src/tlen.cpp b/protocols/Tlen/src/tlen.cpp index 8fa54107fd..991e22bd6c 100644 --- a/protocols/Tlen/src/tlen.cpp +++ b/protocols/Tlen/src/tlen.cpp @@ -74,11 +74,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD miranda return &pluginInfoEx;
}
-extern "C" __declspec(dllexport) const MUUID interfaces[] = {MIID_PROTOCOL, MIID_LAST};
-extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
-{
- return interfaces;
-}
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_PROTOCOL, MIID_LAST};
static IconItem iconList[] =
{
|