diff options
author | wishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2012-03-21 12:26:56 +0000 |
---|---|---|
committer | wishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2012-03-21 12:26:56 +0000 |
commit | b3efceeb576c2a80e98ba2cfc953af0713abce10 (patch) | |
tree | 03ff76bdddf292d289f963af00f063ae00e6d6ea /Plugins/spellchecker/commons.h | |
parent | b8f2c313e8a97116e3ef1b17ddb09ac543fa016f (diff) |
-support for the custom langpacks
-fixes for the Updater
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@236 c086bb3d-8645-0410-b8da-73a8550f86e7
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;
|