diff options
Diffstat (limited to 'nohtml/common.h')
-rw-r--r-- | nohtml/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nohtml/common.h b/nohtml/common.h index 6d64d27..794a5d9 100644 --- a/nohtml/common.h +++ b/nohtml/common.h @@ -51,6 +51,7 @@ extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
extern DWORD mirandaVer;
+extern int codepage;
#ifndef MIID_NOHTML
#define MIID_NOHTML { 0x9544122C, 0x46DD, 0x4BFA, { 0x8A, 0x5A, 0x5D, 0xDC, 0x3, 0x14, 0x28, 0x93 } }
|