diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-05-08 15:11:23 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-05-08 15:11:23 +0000 |
commit | 22600462e73fb77db4c2ae37c625322be7e63ecd (patch) | |
tree | 7e0d44f4beb66247da26a5c6697d91a1c263820d /nohtml/common.h | |
parent | 634b8c24ce27d4ceed8eb4bc726de97dba1c6f3a (diff) |
added code to fix filter oadded code to fix filter order problem introduced in earlier versions
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@171 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 dff856c..5d4f15e 100644 --- a/nohtml/common.h +++ b/nohtml/common.h @@ -50,6 +50,7 @@ extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
+extern DWORD mirandaVer;
#ifndef MIID_NOHTML
#define MIID_NOHTML { 0x9544122C, 0x46DD, 0x4BFA, { 0x8A, 0x5A, 0x5D, 0xDC, 0x3, 0x14, 0x28, 0x93 } }
|