summaryrefslogtreecommitdiff
path: root/meta2/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'meta2/common.h')
-rw-r--r--meta2/common.h4
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 } }