diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-11 07:37:05 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-11 07:37:05 +0000 |
commit | 62c8e11a253660294c360787369ecb656e9b67fc (patch) | |
tree | 27edf4320cf1196e28a0e4fe0218accdbdee1c8b /nohtml/common.h | |
parent | 75cf723182f3017a1dfb9c06cb6d1ed177abab68 (diff) |
fix wrong codepage usage
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@361 4f64403b-2f21-0410-a795-97e2b3489a10
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 } }
|