diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 20:27:18 +0000 | 
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 20:27:18 +0000 | 
| commit | d92e1ade65903d99404963296eb1dc17fb81322c (patch) | |
| tree | b5f562cb5a6d369f1e6e9a3f5d3481aff829f4e5 /plugins/MetaContacts/src | |
| parent | a9777a12d8bd78ed4075a873bd0f59eb4ed3dec9 (diff) | |
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3504 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MetaContacts/src')
| -rw-r--r-- | plugins/MetaContacts/src/meta_main.cpp | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/MetaContacts/src/meta_main.cpp b/plugins/MetaContacts/src/meta_main.cpp index 288e344872..44c27c4e69 100644 --- a/plugins/MetaContacts/src/meta_main.cpp +++ b/plugins/MetaContacts/src/meta_main.cpp @@ -102,7 +102,8 @@ PLUGININFOEX pluginInfo={  	__COPYRIGHT,
  	__AUTHORWEB,
  	UNICODE_AWARE,
 -	{ 0x4c4a27cf, 0x5e64, 0x4242, { 0xa3, 0x32, 0xb9, 0x8b, 0x8, 0x24, 0x3e, 0x89 } } // {4C4A27CF-5E64-4242-A332-B98B08243E89}
 +	// {4C4A27CF-5E64-4242-A332-B98B08243E89}
 +	{0x4c4a27cf, 0x5e64, 0x4242, {0xa3, 0x32, 0xb9, 0x8b, 0x8, 0x24, 0x3e, 0x89} }
  };
  HINSTANCE hInstance;	//!< Global reference to the application
 @@ -116,7 +117,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda  	return &pluginInfo;
  }
 -extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOCOL, MIID_METACONTACTS, MIID_LAST };
 +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_PROTOCOL, MIID_LAST};
  /** DLL entry point
  * Required to store the instance handle
  | 
