diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/ExternalAPI/m_spellchecker.h | 5 | ||||
| -rw-r--r-- | plugins/SpellChecker/src/spellchecker.cpp | 6 | 
2 files changed, 1 insertions, 10 deletions
| diff --git a/plugins/ExternalAPI/m_spellchecker.h b/plugins/ExternalAPI/m_spellchecker.h index c7b5d3c922..15386af5dd 100644 --- a/plugins/ExternalAPI/m_spellchecker.h +++ b/plugins/ExternalAPI/m_spellchecker.h @@ -21,11 +21,6 @@ Boston, MA 02111-1307, USA.  #ifndef __M_SPELLCHECKER_H__
  # define __M_SPELLCHECKER_H__
 -
 -#define MIID_SPELLCHECKER { 0x26eed12a, 0x7016, 0x4d0f, { 0x9b, 0x4a, 0xc, 0xaa, 0x7e, 0x22, 0x29, 0xf3 } }
 -
 -
 -
  typedef struct {
  	int cbSize;
  	HANDLE hContact;	// The contact to get the settings from, or NULL
 diff --git a/plugins/SpellChecker/src/spellchecker.cpp b/plugins/SpellChecker/src/spellchecker.cpp index e4a6ec0855..c6ec132a74 100644 --- a/plugins/SpellChecker/src/spellchecker.cpp +++ b/plugins/SpellChecker/src/spellchecker.cpp @@ -32,7 +32,7 @@ PLUGININFOEX pluginInfo={  	__AUTHORWEB,  	UNICODE_AWARE,  	// {36753AE3-840B-4797-94A5-FD9F5852B942} -	{ 0x36753ae3, 0x840b, 0x4797, { 0x94, 0xa5, 0xfd, 0x9f, 0x58, 0x52, 0xb9, 0x42 } }  +	{0x36753ae3, 0x840b, 0x4797, {0x94, 0xa5, 0xfd, 0x9f, 0x58, 0x52, 0xb9, 0x42}}   };  HINSTANCE hInst; @@ -69,10 +69,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda  	return &pluginInfo;  } -extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SPELLCHECKER, MIID_LAST }; - -//////////////////////////////////////////////////////////////////////////////////////// -  static int IconsChanged(WPARAM wParam, LPARAM lParam)   {  	if ( ServiceExists(MS_MSG_MODIFYICON)) { | 
