diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 15:12:02 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 15:12:02 +0000 |
commit | e508be767406364f01e423f718c416707f14afea (patch) | |
tree | a4539eb9e6db29f180f7289f0c087064f485f285 /useactions/common.h | |
parent | b91c528915e2f56415a163be3671e542482ab54b (diff) |
useactions:
added support for the new langpacks
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@105 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'useactions/common.h')
-rw-r--r-- | useactions/common.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/useactions/common.h b/useactions/common.h index f44ebd0..6b5da27 100644 --- a/useactions/common.h +++ b/useactions/common.h @@ -25,9 +25,8 @@ #define _UNICODE
#endif
-#ifndef MIRANDA_VER
- #define MIRANDA_VER 0x0700
-#endif
+#define MIRANDA_VER 0x0900
+#define MIRANDA_CUSTOM_LP
#include <tchar.h>
|