diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-14 10:54:04 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-14 10:54:04 +0000 |
commit | 8128db96b8cb2078a82f49fd6026b618560d6d8f (patch) | |
tree | 2bafd319b2dc5a9068af4e54bd95b46e137e723c /meta2/common.h | |
parent | 1bc101d3173029b6852965bd46a105fcb6ce17d0 (diff) |
reorganised settings overrides
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@418 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'meta2/common.h')
-rw-r--r-- | meta2/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta2/common.h b/meta2/common.h index 582643c..c0c9110 100644 --- a/meta2/common.h +++ b/meta2/common.h @@ -30,9 +30,10 @@ #include <windows.h>
#include <commctrl.h>
-#define MIRANDA_VER 0x0700
+#define MIRANDA_VER 0x0800
#include <newpluginapi.h>
+#include <m_plugins.h>
#include <m_system.h>
#include <m_database.h>
#include <m_langpack.h>
@@ -74,6 +75,7 @@ extern MM_INTERFACE mmi; extern UTF8_INTERFACE utfi;
extern HANDLE metaMainThread;
extern DWORD next_meta_id;
+extern int codepage;
#ifndef MIID_META2
#define MIID_META2 { 0x4415A85D, 0xD6DA, 0x4551, { 0xB2, 0xB8, 0x9B, 0xDD, 0x82, 0xE2, 0x4B, 0x50 } }
|