diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-14 10:37:57 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-14 10:37:57 +0000 |
commit | fa66273266e30033cdabaebaf8341ae901ce8f94 (patch) | |
tree | 471cb6bf451827182352dd77a1b680355c47b285 /nohtml/nohtml.cpp | |
parent | d1ceaa0d8cbf767a849274913403fb89d6c64a83 (diff) |
don't mark utf8 messages as unicode
added vc9 project files
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@414 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'nohtml/nohtml.cpp')
-rw-r--r-- | nohtml/nohtml.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nohtml/nohtml.cpp b/nohtml/nohtml.cpp index caacecb..8c0b8da 100644 --- a/nohtml/nohtml.cpp +++ b/nohtml/nohtml.cpp @@ -13,6 +13,8 @@ PLUGINLINK *pluginLink; DWORD mirandaVer;
int codepage;
+struct MM_INTERFACE mmi;
+
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
//META_PROTO,
@@ -97,6 +99,8 @@ extern "C" __declspec (dllexport) int Load(PLUGINLINK *link) { pluginLink=link;
codepage = (int)CallService(MS_LANGPACK_GETCODEPAGE, 0, 0);
+ mir_getMMI(&mmi);
+
InitOptions();
/////////////
|