diff options
Diffstat (limited to 'Plugins/spellchecker/commons.h')
-rw-r--r-- | Plugins/spellchecker/commons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/spellchecker/commons.h b/Plugins/spellchecker/commons.h index 336c97e..a07c421 100644 --- a/Plugins/spellchecker/commons.h +++ b/Plugins/spellchecker/commons.h @@ -43,6 +43,7 @@ using namespace std; // Miranda headers
#define MIRANDA_VER 0x0900
+#define MIRANDA_CUSTOM_LP
#include <newpluginapi.h>
#include <m_system.h>
#include <m_system_cpp.h>
@@ -91,7 +92,6 @@ using namespace std; // Global Variables
extern HINSTANCE hInst;
-extern PLUGINLINK *pluginLink;
extern BOOL uinfoex_enabled;
extern BOOL variables_enabled;
|