diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-16 19:25:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-16 19:25:59 +0000 |
commit | 0007d748f86bb00d876549d4415d595320e0499c (patch) | |
tree | ea579fcc2399f77d9f184d90bd8a41f792bd694d /protocols/Gadu-Gadu | |
parent | f7e482e4333df76b198b16c7685c2304007fbe79 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu')
-rw-r--r-- | protocols/Gadu-Gadu/gg.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/gg.cpp b/protocols/Gadu-Gadu/gg.cpp index 6208619fe9..c92b1d23cc 100644 --- a/protocols/Gadu-Gadu/gg.cpp +++ b/protocols/Gadu-Gadu/gg.cpp @@ -37,7 +37,6 @@ PLUGININFOEX pluginInfo = { // {F3FF65F3-250E-416A-BEE9-58C93F85AB33}
{ 0xf3ff65f3, 0x250e, 0x416a, { 0xbe, 0xe9, 0x58, 0xc9, 0x3f, 0x85, 0xab, 0x33 } }
};
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_PROTOCOL, MIID_LAST};
// Other variables
HINSTANCE hInstance;
|