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/common.h | |
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/common.h')
-rw-r--r-- | nohtml/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nohtml/common.h b/nohtml/common.h index 794a5d9..51486f9 100644 --- a/nohtml/common.h +++ b/nohtml/common.h @@ -33,7 +33,8 @@ #include <malloc.h>
#include <stdlib.h>
-#define MIRANDA_VER 0x0600
+#define MIRANDA_VER 0x0800
+
#include <newpluginapi.h>
#include <m_system.h>
#include <m_database.h>
|